Skip to content

Instantly share code, notes, and snippets.

@paambaati
Last active September 8, 2019 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paambaati/7884b119eee47fafa436f74db8b59edc to your computer and use it in GitHub Desktop.
Save paambaati/7884b119eee47fafa436f74db8b59edc to your computer and use it in GitHub Desktop.
GRPC_VERBOSITY=DEBUG GRPC_TRACE=all yarn run debug
yarn run v1.17.3
$ ts-node src/debug.ts
D0908 08:17:51.870543000 4400821696 dns_resolver.cc:294] Using native dns resolver
I0908 08:17:51.870996000 4400821696 timer_manager.cc:85] Spawn timer thread
I0908 08:17:51.871014000 4400821696 init.cc:163] grpc_init(void)
I0908 08:17:51.871060000 123145562341376 timer_manager.cc:246] timers not checked: expect another thread to
I0908 08:17:51.871069000 123145562341376 timer_manager.cc:194] sleep until kicked
I0908 08:17:51.871329000 4400821696 completion_queue.cc:504] grpc_completion_queue_create_internal(completion_type=0, polling_type=0)
attempting connection to -> localhost:9292
I0908 08:17:51.933481000 4400821696 channel_create.cc:94] grpc_insecure_channel_create(target=localhost:9292, args=0x102f02380, reserved=0x0)
I0908 08:17:51.933506000 4400821696 init.cc:163] grpc_init(void)
I0908 08:17:51.933532000 4400821696 client_channel.cc:1431] chand=0x102f10f20: creating client_channel for channel stack 0x102f10ea0
I0908 08:17:51.934107000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.934120000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.934319000 4400821696 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x102f10e20, try_to_connect=1)
I0908 08:17:51.934329000 4400821696 connectivity_state.cc:79] CONWATCH: 0x102f10fb8 client_channel: get IDLE
I0908 08:17:51.934341000 4400821696 resolving_lb_policy.cc:201] resolving_lb=0x102f10450: starting name resolution
I0908 08:17:51.934345000 4400821696 client_channel.cc:1334] chand=0x102f10f20: update: state=CONNECTING picker=0x102f00b30
I0908 08:17:51.934349000 4400821696 connectivity_state.cc:147] SET: 0x102f10fb8 client_channel: IDLE --> CONNECTING [helper]
D0908 08:17:51.934353000 4400821696 dns_resolver.cc:242] Start resolving.
I0908 08:17:51.934502000 4400821696 client_channel.cc:1520] chand=0x102f10f20: created resolving_lb_policy=0x102f10450
I0908 08:17:51.934537000 4400821696 channel_connectivity.cc:218] grpc_channel_watch_connectivity_state(channel=0x102f10e20, last_observed_state=0, deadline=gpr_timespec { tv_sec: 1567910876, tv_nsec: 933000000, clock_type: 1 }, cq=0x102a0d920, tag=0x102d3e880)
I0908 08:17:51.934549000 4400821696 connectivity_state.cc:100] CONWATCH: 0x102f10fb8 client_channel: from IDLE [cur=CONNECTING] notify=0x102d41a30
I0908 08:17:51.934558000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102d3e880, error="No Error", done=0x107965187, done_arg=0x102d41df0, storage=0x102d41ef0)
I0908 08:17:51.934577000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.934584000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102d3e880 OK
I0908 08:17:51.934633000 4400821696 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x102f10e20, try_to_connect=1)
I0908 08:17:51.934637000 4400821696 connectivity_state.cc:79] CONWATCH: 0x102f10fb8 client_channel: get CONNECTING
I0908 08:17:51.934646000 4400821696 channel_connectivity.cc:218] grpc_channel_watch_connectivity_state(channel=0x102f10e20, last_observed_state=1, deadline=gpr_timespec { tv_sec: 1567910876, tv_nsec: 933000000, clock_type: 1 }, cq=0x102a0d920, tag=0x102d43680)
I0908 08:17:51.934652000 4400821696 connectivity_state.cc:100] CONWATCH: 0x102f10fb8 client_channel: from CONNECTING [cur=CONNECTING] notify=0x102d41a30
I0908 08:17:51.934660000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.934676000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.935892000 4400821696 resolving_lb_policy.cc:446] resolving_lb=0x102f10450: got resolver result
I0908 08:17:51.935902000 4400821696 resolving_lb_policy.cc:344] resolving_lb=0x102f10450: Creating new child policy pick_first
I0908 08:17:51.935907000 4400821696 pick_first.cc:146] Pick First 0x102936490 created.
I0908 08:17:51.935913000 4400821696 resolving_lb_policy.cc:398] resolving_lb=0x102f10450: created new LB policy "pick_first" (0x102936490)
I0908 08:17:51.935916000 4400821696 resolving_lb_policy.cc:361] resolving_lb=0x102f10450: Updating child policy 0x102936490
I0908 08:17:51.935919000 4400821696 pick_first.cc:265] Pick First 0x102936490 received update with 2 addresses
I0908 08:17:51.935925000 4400821696 subchannel_list.h:370] [pick_first 0x102936490] Creating subchannel list 0x1029366c0 for 2 subchannels
I0908 08:17:51.935975000 4400821696 client_channel.cc:795] chand=0x102f10f20: creating subchannel wrapper 0x10292fa20 for subchannel 0x1029368f0
I0908 08:17:51.935984000 4400821696 subchannel_list.h:420] [pick_first 0x102936490] subchannel list 0x1029366c0 index 0: Created subchannel 0x10292fa20 for address uri ipv6:[::1]:9292
I0908 08:17:51.936011000 4400821696 client_channel.cc:795] chand=0x102f10f20: creating subchannel wrapper 0x10293e810 for subchannel 0x102937010
I0908 08:17:51.936019000 4400821696 subchannel_list.h:420] [pick_first 0x102936490] subchannel list 0x1029366c0 index 1: Created subchannel 0x10293e810 for address uri ipv4:127.0.0.1:9292
I0908 08:17:51.936024000 4400821696 subchannel_list.h:316] [pick_first 0x102936490] subchannel list 0x1029366c0 index 0 of 2 (subchannel 0x10292fa20): starting watch (from IDLE)
I0908 08:17:51.936030000 4400821696 client_channel.cc:918] chand=0x102f10f20: connectivity change for subchannel wrapper 0x10292fa20 subchannel 0x1029368f0 (connected_subchannel=0x0 state=CONNECTING); hopping into combiner
I0908 08:17:51.936041000 4400821696 tcp_client_custom.cc:151] CLIENT_CONNECT: 0x10292f1f0 ipv6:[::1]:9292: asynchronously connecting
I0908 08:17:51.936160000 4400821696 client_channel.cc:954] chand=0x102f10f20: processing connectivity change in combiner for subchannel wrapper 0x10292fa20 subchannel 0x1029368f0 (connected_subchannel=0x0 state=CONNECTING)
I0908 08:17:51.936167000 4400821696 subchannel_list.h:249] [pick_first 0x102936490] subchannel list 0x1029366c0 index 0 of 2 (subchannel 0x10292fa20): connectivity changed: state=CONNECTING, shutting_down=0, pending_watcher=0x10293e7f0
I0908 08:17:51.936171000 4400821696 client_channel.cc:1334] chand=0x102f10f20: update: state=CONNECTING picker=0x102930d60
I0908 08:17:51.936175000 4400821696 connectivity_state.cc:147] SET: 0x102f10fb8 client_channel: CONNECTING --> CONNECTING [helper]
I0908 08:17:51.936184000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.936189000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.936246000 4400821696 tcp_custom.cc:353] Creating TCP endpoint 0x10292f1f0
I0908 08:17:51.936266000 4400821696 tcp_client_custom.cc:69] CLIENT_CONNECT: ipv6:[::1]:9292: on_alarm: error="Cancelled"
I0908 08:17:51.936274000 4400821696 handshaker.cc:100] handshake_manager 0x102937f30: adding handshaker http_connect [0x10301e400] at index 0
I0908 08:17:51.936322000 4400821696 handshaker.cc:131] handshake_manager 0x102937f30: error="No Error" shutdown=0 index=0, args={endpoint=0x102937cb0, args=0x10292d8a0 {size=6: grpc.primary_user_agent=grpc-node/1.23.3, grpc.client_channel_factory=0x102f00250, grpc.server_uri=dns:///localhost:9292, grpc.subchannel_pool=0x102a144a0, grpc.default_authority=localhost:9292, grpc.subchannel_address=ipv6:[::1]:9292}, read_buffer=0x1029380a0 (length=0), exit_early=0}
I0908 08:17:51.936327000 4400821696 handshaker.cc:178] handshake_manager 0x102937f30: calling handshaker http_connect [0x10301e400] at index 0
I0908 08:17:51.936334000 4400821696 handshaker.cc:131] handshake_manager 0x102937f30: error="No Error" shutdown=0 index=1, args={endpoint=0x102937cb0, args=0x10292d8a0 {size=6: grpc.primary_user_agent=grpc-node/1.23.3, grpc.client_channel_factory=0x102f00250, grpc.server_uri=dns:///localhost:9292, grpc.subchannel_pool=0x102a144a0, grpc.default_authority=localhost:9292, grpc.subchannel_address=ipv6:[::1]:9292}, read_buffer=0x1029380a0 (length=0), exit_early=0}
I0908 08:17:51.936338000 4400821696 handshaker.cc:164] handshake_manager 0x102937f30: handshaking complete -- scheduling on_handshake_done with error="No Error"
I0908 08:17:51.936366000 4400821696 bdp_estimator.h:53] bdp[ipv6:[::1]:9292]:sched acc=0 est=65536
I0908 08:17:51.936377000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [TRANSPORT_FLOW_CONTROL]
I0908 08:17:51.936381000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [INITIAL_WRITE]
I0908 08:17:51.936409000 4400821696 subchannel.cc:1086] New connected subchannel at 0x1029385e0 for subchannel 0x1029368f0
I0908 08:17:51.936416000 4400821696 chttp2_transport.cc:1892] perform_transport_op[t=0x10301f800]: ON_CONNECTIVITY_STATE_CHANGE:p=0x102937ff8:from=READY BIND_POLLSET_SET
I0908 08:17:51.936421000 4400821696 client_channel.cc:918] chand=0x102f10f20: connectivity change for subchannel wrapper 0x10292fa20 subchannel 0x1029368f0 (connected_subchannel=0x1029385e0 state=READY); hopping into combiner
I0908 08:17:51.936427000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> -8192
I0908 08:17:51.936432000 4400821696 connectivity_state.cc:100] CONWATCH: 0x10301faa8 client_transport: from READY [cur=READY] notify=0x102937ff8
D0908 08:17:51.936450000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 65535 -> 4194304, srw: , slw: , saw:
I0908 08:17:51.936455000 4400821696 writing.cc:116] CLIENT: Ping sent [ipv6:[::1]:9292]: 2/2
I0908 08:17:51.936459000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [begin write in current thread]
I0908 08:17:51.936464000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 50 52 49 20 2a 20 48 54 54 50 2f 32 2e 30 0d 0a 0d 0a 53 4d 0d 0a 0d 0a 'PRI * HTTP/2.0....SM....'
I0908 08:17:51.936480000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 24 04 00 00 00 00 00 00 02 00 00 00 00 00 03 00 00 00 00 00 04 00 40 00 00 00 05 00 40 00 00 00 06 00 00 20 00 fe 03 00 00 00 01 '..$.....................@.....@...... .......'
I0908 08:17:51.936485000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 3f 00 01 00 00 08 06 00 00 00 00 00 00 '..........?............'
I0908 08:17:51.936490000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 00 00 00 00 '.......'
I0908 08:17:51.936511000 4400821696 chttp2_transport.cc:2647] ipv6:[::1]:9292: Start BDP ping err="No Error"
I0908 08:17:51.936515000 4400821696 bdp_estimator.h:66] bdp[ipv6:[::1]:9292]:start acc=0 est=65536
I0908 08:17:51.936519000 4400821696 resource_quota.cc:321] RQ: check allocation for user 0x102937d70 shutdown=0 free_pool=-8192
I0908 08:17:51.936523000 4400821696 resource_quota.cc:347] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: grant alloc 8192 bytes; rq_free_pool -> 9223372036854767615
I0908 08:17:51.936528000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.936532000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
I0908 08:17:51.936536000 4400821696 client_channel.cc:954] chand=0x102f10f20: processing connectivity change in combiner for subchannel wrapper 0x10292fa20 subchannel 0x1029368f0 (connected_subchannel=0x1029385e0 state=READY)
I0908 08:17:51.936541000 4400821696 subchannel_list.h:249] [pick_first 0x102936490] subchannel list 0x1029366c0 index 0 of 2 (subchannel 0x10292fa20): connectivity changed: state=READY, shutting_down=0, pending_watcher=0x10293e7f0
I0908 08:17:51.936544000 4400821696 pick_first.cc:447] Pick First 0x102936490 selected subchannel 0x10292fa20
I0908 08:17:51.936549000 4400821696 client_channel.cc:1334] chand=0x102f10f20: update: state=READY picker=0x102938540
I0908 08:17:51.936552000 4400821696 connectivity_state.cc:147] SET: 0x102f10fb8 client_channel: CONNECTING --> READY [helper]
I0908 08:17:51.936555000 4400821696 connectivity_state.cc:160] NOTIFY: 0x102f10fb8 client_channel: 0x102d41a30
I0908 08:17:51.936559000 4400821696 subchannel_list.h:293] [pick_first 0x102936490] subchannel list 0x1029366c0 index 1 of 2 (subchannel 0x10293e810): unreffing subchannel
I0908 08:17:51.936563000 4400821696 client_channel.cc:814] chand=0x102f10f20: destroying subchannel wrapper 0x10293e810 for subchannel 0x102937010
I0908 08:17:51.936577000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102d43680, error="No Error", done=0x107965187, done_arg=0x102d41df0, storage=0x102d41ef0)
I0908 08:17:51.936582000 4400821696 client_channel.cc:1063] chand=0x102f10f20: updating subchannel wrapper 0x10292fa20 data plane connected_subchannel to 0x1029385e0
I0908 08:17:51.936587000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.936591000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.936596000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.936601000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102d43680 OK
I0908 08:17:51.936612000 4400821696 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x102f10e20, try_to_connect=1)
I0908 08:17:51.936616000 4400821696 connectivity_state.cc:79] CONWATCH: 0x102f10fb8 client_channel: get READY
I0908 08:17:51.937157000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.937169000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.937184000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.937188000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.937193000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 00 04 00 00 00 00 00 00 00 00 04 01 00 00 00 00 00 00 08 06 01 00 00 00 00 00 00 00 00 00 00 00 00 '...................................'
I0908 08:17:51.937203000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 8192
I0908 08:17:51.937230000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 0
I0908 08:17:51.937234000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.937237000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
I0908 08:17:51.937240000 4400821696 chttp2_transport.cc:2663] ipv6:[::1]:9292: Complete BDP ping err="No Error"
I0908 08:17:51.937246000 4400821696 bdp_estimator.cc:50] bdp[ipv6:[::1]:9292]:complete acc=35 est=65536 dt=0.000725 bw=0.386418Mbs bw_est=0.000000Mbs
I0908 08:17:51.938382000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:51.938775000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102936df8)
I0908 08:17:51.938795000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x103057e60, ops=0x10293e810, nops=1, tag=0x1029308b0, reserved=0x0)
I0908 08:17:51.938801000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:51.938809000 4400821696 call.cc:626] OP[client-channel:0x1030587d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata'}
I0908 08:17:51.938813000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1030587f0: adding pending batch at index 0
I0908 08:17:51.938817000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x1030587f0: entering client_channel combiner
I0908 08:17:51.938822000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x1030587f0: applying service config to call
I0908 08:17:51.938826000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x1030587f0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:51.938832000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x1030587f0: create subchannel_call=0x103059620: error="No Error"
I0908 08:17:51.938835000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1030587f0: starting 1 pending batches on subchannel_call=0x103059620
I0908 08:17:51.938843000 4400821696 subchannel.cc:182] OP[authority:0x1030596d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata'}
I0908 08:17:51.938851000 4400821696 channel_stack.cc:226] OP[message_size:0x1030596e8]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata'}
I0908 08:17:51.938858000 4400821696 channel_stack.cc:226] OP[http-client:0x103059700]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata'}
I0908 08:17:51.938873000 4400821696 channel_stack.cc:226] OP[message_compress:0x103059718]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:51.938891000 4400821696 channel_stack.cc:226] OP[connected:0x103059730]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.938986000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10305a108]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.939064000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x103059ec8
I0908 08:17:51.939144000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:51.939176000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:51.939180000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:51.939184000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/FetchMetadata
I0908 08:17:51.939188000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:51.939191000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:51.939211000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:51.939214000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:51.939217000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:51.939221000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:51.939225000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:51.939243000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x10305a108 to id 1
I0908 08:17:51.939246000 4400821696 stream_lists.cc:125] 0x10301f800[1][cli]: add to writable
I0908 08:17:51.939250000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [START_NEW_STREAM]
I0908 08:17:51.939270000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x103059ec8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0908 08:17:51.939274000 4400821696 stream_lists.cc:71] 0x10301f800[1][cli]: pop from writable
I0908 08:17:51.939277000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[1] im-(sent,send)=(0,1) announce=0
I0908 08:17:51.939285000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.939290000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/FetchMetadata', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:51.939294000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.939298000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.939302000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.939307000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.939310000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.939316000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x103059ec8 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:51.939322000 4400821696 flow_control.cc:113] 0x103020c68[1][cli] | s updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304, saw: 4194304
D0908 08:17:51.939343000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: , slw: , saw:
I0908 08:17:51.939347000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.939352000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 04 01 00 00 00 00 '.........'
I0908 08:17:51.939356000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 f5 01 04 00 00 00 01 86 83 40 0a '...........@.'
I0908 08:17:51.939372000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 3a 61 75 74 68 6f 72 69 74 79 ':authority'
I0908 08:17:51.939380000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0e '.'
I0908 08:17:51.939385000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292'
I0908 08:17:51.939389000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 40 05 '@.'
I0908 08:17:51.939406000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 3a 70 61 74 68 ':path'
I0908 08:17:51.939410000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 18 '.'
I0908 08:17:51.939414000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 46 65 74 63 68 4d 65 74 61 64 61 74 61 '/proto.API/FetchMetadata'
I0908 08:17:51.939417000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 40 02 '@.'
I0908 08:17:51.939420000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 74 65 'te'
I0908 08:17:51.939423000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 08 '.'
I0908 08:17:51.939426000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 74 72 61 69 6c 65 72 73 'trailers'
I0908 08:17:51.939449000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 40 0c '@.'
I0908 08:17:51.939453000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type'
I0908 08:17:51.939456000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 10 '.'
I0908 08:17:51.939460000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
I0908 08:17:51.939463000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 40 0a '@.'
I0908 08:17:51.939466000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 75 73 65 72 2d 61 67 65 6e 74 'user-agent'
I0908 08:17:51.939469000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 34 '4'
I0908 08:17:51.939489000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'
I0908 08:17:51.939492000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 40 14 '@.'
I0908 08:17:51.939496000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding'
I0908 08:17:51.939499000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 15 '.'
I0908 08:17:51.939502000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip'
I0908 08:17:51.939506000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 40 0f '@.'
I0908 08:17:51.939547000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding'
I0908 08:17:51.939553000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0d '.'
I0908 08:17:51.939557000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'
I0908 08:17:51.940069000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x103057e60, ops=0x102a0cdf0, nops=1, tag=0x102a0ce40, reserved=0x0)
I0908 08:17:51.940079000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x102a0e2c0
I0908 08:17:51.940085000 4400821696 call.cc:626] OP[client-channel:0x1030587d0]: SEND_MESSAGE:flags=0x00000000:len=0
I0908 08:17:51.940089000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1030587f0: adding pending batch at index 1
I0908 08:17:51.940092000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1030587f0: starting batch on subchannel_call=0x103059620
I0908 08:17:51.940096000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1030587f0: starting 1 pending batches on subchannel_call=0x103059620
I0908 08:17:51.940100000 4400821696 subchannel.cc:182] OP[authority:0x1030596d0]: SEND_MESSAGE:flags=0x00000000:len=0
I0908 08:17:51.940103000 4400821696 channel_stack.cc:226] OP[message_size:0x1030596e8]: SEND_MESSAGE:flags=0x00000000:len=0
I0908 08:17:51.940160000 4400821696 channel_stack.cc:226] OP[http-client:0x103059700]: SEND_MESSAGE:flags=0x00000000:len=0
I0908 08:17:51.940164000 4400821696 channel_stack.cc:226] OP[message_compress:0x103059718]: SEND_MESSAGE:flags=0x00000000:len=0
I0908 08:17:51.940168000 4400821696 channel_stack.cc:226] OP[connected:0x103059730]: SEND_MESSAGE:flags=0x00000000:len=0
I0908 08:17:51.940171000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10305a108]: SEND_MESSAGE:flags=0x00000000:len=0
I0908 08:17:51.940175000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=0; on_complete = 0x103059f08
I0908 08:17:51.940179000 4400821696 stream_lists.cc:125] 0x10301f800[1][cli]: add to writable
I0908 08:17:51.940183000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0908 08:17:51.940218000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x103059f08 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.940316000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a0e408)
I0908 08:17:51.940324000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a0cc88)
I0908 08:17:51.940330000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x103057e60, ops=0x102a0cb40, nops=4, tag=0x102a0d010, reserved=0x0)
I0908 08:17:51.940334000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:51.940337000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x102a0e408
I0908 08:17:51.940340000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x102a09938
I0908 08:17:51.940344000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102a0cc88 status=0x102a0cca0 details=0x102a0cca8
I0908 08:17:51.940351000 4400821696 call.cc:626] OP[client-channel:0x1030587d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.940376000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1030587f0: adding pending batch at index 2
I0908 08:17:51.940384000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1030587f0: starting batch on subchannel_call=0x103059620
I0908 08:17:51.940408000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1030587f0: starting 1 pending batches on subchannel_call=0x103059620
I0908 08:17:51.940415000 4400821696 subchannel.cc:182] OP[authority:0x1030596d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.940421000 4400821696 channel_stack.cc:226] OP[message_size:0x1030596e8]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.940440000 4400821696 channel_stack.cc:226] OP[http-client:0x103059700]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.940444000 4400821696 channel_stack.cc:226] OP[message_compress:0x103059718]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.940448000 4400821696 channel_stack.cc:226] OP[connected:0x103059730]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.940455000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10305a108]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.940460000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x103059f48
D0908 08:17:51.940470000 4400821696 flow_control.cc:113] 0x103020c68[1][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:51.940476000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x103059f48 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.940695000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.940705000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:51.940713000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x1029308b0, error="No Error", done=0x107930f3b, done_arg=0x103058cc0, storage=0x103058d10)
I0908 08:17:51.940717000 4400821696 stream_lists.cc:71] 0x10301f800[1][cli]: pop from writable
I0908 08:17:51.940721000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[1] im-(sent,send)=(1,0) announce=5
D0908 08:17:51.940727000 4400821696 flow_control.cc:113] 0x103020c68[1][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:51.940795000 4400821696 flow_control.cc:113] 0x103020c68[1][cli] | data sent | trw: 65535 -> 65530, tlw: 4194309, taw: 4194304, srw: 65535 -> 65530, slw: 4194309, saw: 4194309
I0908 08:17:51.940809000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x103059f48 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:51.940814000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x103059f08 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:51.940818000 4400821696 stream_lists.cc:125] 0x10301f800[1][cli]: add to writing
D0908 08:17:51.940845000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65530, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0908 08:17:51.940850000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:51.940854000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:51.940886000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 01 00 00 00 05 00 00 05 00 01 00 00 00 01 00 '.......................'
I0908 08:17:51.940892000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 00 00 00 04 08 00 00 00 00 00 00 00 00 05 '.................'
I0908 08:17:51.940908000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.940914000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x1029308b0 OK
I0908 08:17:51.940978000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102936df8)
I0908 08:17:51.940986000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.940990000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.940997000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.941002000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.941006000 4400821696 stream_lists.cc:71] 0x10301f800[1][cli]: pop from writing
I0908 08:17:51.941010000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102a0ce40, error="No Error", done=0x107930f3b, done_arg=0x102a0d2c0, storage=0x102a0d310)
I0908 08:17:51.941015000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.941019000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102a0ce40 OK
I0908 08:17:51.941039000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.941044000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.941052000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.941056000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.941060000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 05 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 '..............................'
D0908 08:17:51.941066000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65530 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.941072000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [PING_RESPONSE]
I0908 08:17:51.941076000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 8192
I0908 08:17:51.941080000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 0
I0908 08:17:51.941085000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.941089000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.941094000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.941099000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.941103000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0908 08:17:51.941113000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.941118000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.941124000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.941128000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.941136000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.941140000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.941146000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 0e 01 04 00 00 00 01 88 5f 8b 1d 75 d0 62 0d 26 3d 4c 4d 65 64 00 00 8b 00 00 00 00 00 01 00 00 00 00 86 0a 1b 0a 16 63 53 65 33 34 37 6f 65 50 6a 39 62 45 41 6f 4d 6b 49 34 58 47 52 18 cc 48 12 67 0a 10 74 65 73 74 2d 73 74 72 65 61 6d 2d 67 70 2d 37 12 05 74 65 73 74 37 22 4c 08 00 12 48 12 16 63 53 65 33 34 37 6f 65 50 6a 39 62 45 41 6f 4d 6b 49 34 58 47 52 1a 16 63 53 65 33 34 37 6f 65 50 6a 39 62 45 41 6f 4d 6b 49 34 58 47 52 22 16 63 53 65 33 34 37 6f 65 50 6a 39 62 45 41 6f 4d 6b 49 34 58 47 52 00 00 18 01 05 00 00 00 01 40 88 9a ca c8 b2 12 34 da 8f 01 30 40 89 9a ca c8 b5 25 42 07 31 7f 00 '.........._..u.b.&=LMed..................cSe347oePj9bEAoMkI4XGR..H.g..test-stream-gp-7..test7"L...H..cSe347oePj9bEAoMkI4XGR..cSe347oePj9bEAoMkI4XGR".cSe347oePj9bEAoMkI4XGR.........@......4...0@.....%B.1..'
I0908 08:17:51.941172000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:51.941184000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.941189000 4400821696 parsing.cc:433] HTTP:1:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:51.941200000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.941229000 4400821696 parsing.cc:433] HTTP:1:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:51.941236000 4400821696 flow_control.cc:113] 0x103020c68[1][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194170, srw: 65530, slw: 4194309 -> 4194170, saw: 4194309 -> 4194170
I0908 08:17:51.943845000 4400821696 parsing.cc:657] parsing trailing_metadata
I0908 08:17:51.943859000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 0', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.943865000 4400821696 parsing.cc:512] HTTP:1:TRL:CLI: grpc-status: 30 '0'
I0908 08:17:51.943870000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: ', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.943874000 4400821696 parsing.cc:512] HTTP:1:TRL:CLI: grpc-message:
I0908 08:17:51.943880000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> -8192
I0908 08:17:51.943887000 4400821696 resource_quota.cc:321] RQ: check allocation for user 0x102937d70 shutdown=0 free_pool=-8192
I0908 08:17:51.943892000 4400821696 resource_quota.cc:347] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: grant alloc 8192 bytes; rq_free_pool -> 9223372036854759423
I0908 08:17:51.943916000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.943920000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.943945000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:51.943955000 4400821696 call.cc:734] {"created":"@1567910871.943944000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0908 08:17:51.943961000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102a0d010, error="No Error", done=0x107930f3b, done_arg=0x102a0e860, storage=0x102a0e8b0)
I0908 08:17:51.943969000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.943991000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102a0d010 OK
I0908 08:17:51.946473000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
connected to -> localhost:9292
I0908 08:17:51.946962000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:51.947014000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x10293e838)
I0908 08:17:51.947025000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x103055c60, ops=0x102936dd0, nops=1, tag=0x10293e5f0, reserved=0x0)
I0908 08:17:51.947031000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:51.947039000 4400821696 call.cc:626] OP[client-channel:0x1030565d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream'}
I0908 08:17:51.947043000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1030565f0: adding pending batch at index 0
I0908 08:17:51.947047000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x1030565f0: entering client_channel combiner
I0908 08:17:51.947051000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x1030565f0: applying service config to call
I0908 08:17:51.947056000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x1030565f0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:51.947061000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x1030565f0: create subchannel_call=0x10305b020: error="No Error"
I0908 08:17:51.947065000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1030565f0: starting 1 pending batches on subchannel_call=0x10305b020
I0908 08:17:51.947071000 4400821696 subchannel.cc:182] OP[authority:0x10305b0d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream'}
I0908 08:17:51.947079000 4400821696 channel_stack.cc:226] OP[message_size:0x10305b0e8]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream'}
I0908 08:17:51.947086000 4400821696 channel_stack.cc:226] OP[http-client:0x10305b100]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream'}
I0908 08:17:51.947101000 4400821696 channel_stack.cc:226] OP[message_compress:0x10305b118]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:51.947118000 4400821696 channel_stack.cc:226] OP[connected:0x10305b130]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.947166000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10305bb08]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.947249000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x10305b8c8
I0908 08:17:51.947344000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:51.947377000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:51.947382000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:51.947386000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/CreateStream
I0908 08:17:51.947389000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:51.947415000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:51.947418000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:51.947421000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:51.947425000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:51.947429000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:51.947432000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:51.947436000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x10305bb08 to id 3
I0908 08:17:51.947439000 4400821696 stream_lists.cc:125] 0x10301f800[3][cli]: add to writable
I0908 08:17:51.947443000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [START_NEW_STREAM]
I0908 08:17:51.947448000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10305b8c8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0908 08:17:51.947452000 4400821696 stream_lists.cc:71] 0x10301f800[3][cli]: pop from writable
I0908 08:17:51.947455000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[3] im-(sent,send)=(0,1) announce=0
I0908 08:17:51.947459000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.947463000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/CreateStream', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:51.947467000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.947491000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.947494000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.947498000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.947502000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.947506000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10305b8c8 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:51.947539000 4400821696 flow_control.cc:113] 0x103020c68[3][cli] | s updt sent | trw: 65535, tlw: 4194304, taw: 4194170, srw: 65535, slw: 4194304, saw: 4194304
D0908 08:17:51.947546000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 4194170 -> 4194304, srw: , slw: , saw:
I0908 08:17:51.947552000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.947557000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 22 01 04 00 00 00 03 86 83 c4 0f 34 17 '.."..........4.'
I0908 08:17:51.947561000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 43 72 65 61 74 65 53 74 72 65 61 6d '/proto.API/CreateStream'
I0908 08:17:51.947565000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be 00 00 04 08 00 00 00 00 00 00 00 00 86 '..................'
I0908 08:17:51.948245000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x103055c60, ops=0x102b17530, nops=1, tag=0x102b0b1a0, reserved=0x0)
I0908 08:17:51.948256000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x102b0ab60
I0908 08:17:51.948262000 4400821696 call.cc:626] OP[client-channel:0x1030565d0]: SEND_MESSAGE:flags=0x00000000:len=29
I0908 08:17:51.948266000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1030565f0: adding pending batch at index 1
I0908 08:17:51.948270000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1030565f0: starting batch on subchannel_call=0x10305b020
I0908 08:17:51.948273000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1030565f0: starting 1 pending batches on subchannel_call=0x10305b020
I0908 08:17:51.948277000 4400821696 subchannel.cc:182] OP[authority:0x10305b0d0]: SEND_MESSAGE:flags=0x00000000:len=29
I0908 08:17:51.948281000 4400821696 channel_stack.cc:226] OP[message_size:0x10305b0e8]: SEND_MESSAGE:flags=0x00000000:len=29
I0908 08:17:51.948298000 4400821696 channel_stack.cc:226] OP[http-client:0x10305b100]: SEND_MESSAGE:flags=0x00000000:len=29
I0908 08:17:51.948302000 4400821696 channel_stack.cc:226] OP[message_compress:0x10305b118]: SEND_MESSAGE:flags=0x00000000:len=29
I0908 08:17:51.948306000 4400821696 channel_stack.cc:226] OP[connected:0x10305b130]: SEND_MESSAGE:flags=0x00000000:len=29
I0908 08:17:51.948310000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10305bb08]: SEND_MESSAGE:flags=0x00000000:len=29
I0908 08:17:51.948315000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=29; on_complete = 0x10305b908
I0908 08:17:51.948319000 4400821696 stream_lists.cc:125] 0x10301f800[3][cli]: add to writable
I0908 08:17:51.948322000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0908 08:17:51.948327000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10305b908 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.948353000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b02b48)
I0908 08:17:51.948382000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b17538)
I0908 08:17:51.948387000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x103055c60, ops=0x102b16b50, nops=4, tag=0x102b0a330, reserved=0x0)
I0908 08:17:51.948405000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:51.948408000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x102b02b48
I0908 08:17:51.948412000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x102b10168
I0908 08:17:51.948416000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102b17538 status=0x102b17550 details=0x102b17558
I0908 08:17:51.948421000 4400821696 call.cc:626] OP[client-channel:0x1030565d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.948477000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1030565f0: adding pending batch at index 2
I0908 08:17:51.948486000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1030565f0: starting batch on subchannel_call=0x10305b020
I0908 08:17:51.948491000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1030565f0: starting 1 pending batches on subchannel_call=0x10305b020
I0908 08:17:51.948498000 4400821696 subchannel.cc:182] OP[authority:0x10305b0d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.948518000 4400821696 channel_stack.cc:226] OP[message_size:0x10305b0e8]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.948523000 4400821696 channel_stack.cc:226] OP[http-client:0x10305b100]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.948528000 4400821696 channel_stack.cc:226] OP[message_compress:0x10305b118]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.948533000 4400821696 channel_stack.cc:226] OP[connected:0x10305b130]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.948538000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10305bb08]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.948543000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x10305b948
D0908 08:17:51.948550000 4400821696 flow_control.cc:113] 0x103020c68[3][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:51.948555000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10305b948 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.948628000 4400821696 call.cc:573] grpc_call_unref(c=0x103057e60)
I0908 08:17:51.948665000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a0cc88)
I0908 08:17:51.948670000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 8192
I0908 08:17:51.948696000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a0e408)
I0908 08:17:51.948701000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.948705000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.948713000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.948717000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:51.948723000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x10293e5f0, error="No Error", done=0x107930f3b, done_arg=0x103056ac0, storage=0x103056b10)
I0908 08:17:51.948733000 4400821696 stream_lists.cc:71] 0x10301f800[3][cli]: pop from writable
I0908 08:17:51.948737000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[3] im-(sent,send)=(1,0) announce=5
D0908 08:17:51.948743000 4400821696 flow_control.cc:113] 0x103020c68[3][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:51.948750000 4400821696 flow_control.cc:113] 0x103020c68[3][cli] | data sent | trw: 65535 -> 65501, tlw: 4194309, taw: 4194304, srw: 65535 -> 65501, slw: 4194309, saw: 4194309
I0908 08:17:51.948756000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10305b948 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:51.948760000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10305b908 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:51.948763000 4400821696 stream_lists.cc:125] 0x10301f800[3][cli]: add to writing
D0908 08:17:51.948768000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65501, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0908 08:17:51.948787000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:51.948790000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:51.948795000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 03 00 00 00 05 00 00 22 00 01 00 00 00 03 00 '...............".......'
I0908 08:17:51.948799000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 1d '....'
I0908 08:17:51.948803000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 05 74 65 73 74 37 12 10 74 65 73 74 2d 73 74 72 65 61 6d 2d 67 70 2d 37 20 01 28 01 '..test7..test-stream-gp-7 .(.'
I0908 08:17:51.948807000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 05 '.............'
I0908 08:17:51.948823000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.948848000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x10293e5f0 OK
I0908 08:17:51.948859000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x10293e838)
I0908 08:17:51.948864000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.948868000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.948874000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.948879000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.948882000 4400821696 stream_lists.cc:71] 0x10301f800[3][cli]: pop from writing
I0908 08:17:51.948887000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102b0b1a0, error="No Error", done=0x107930f3b, done_arg=0x102b1a650, storage=0x102b1a6a0)
I0908 08:17:51.948891000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.948896000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102b0b1a0 OK
I0908 08:17:51.948903000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.949004000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.949017000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.949023000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.949029000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 22 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 '............".................'
D0908 08:17:51.949036000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65501 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.949042000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [PING_RESPONSE]
I0908 08:17:51.949046000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.949050000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.949054000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.949058000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.949064000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.949068000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.949073000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0908 08:17:51.949086000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.949091000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.949096000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.949115000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.962484000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.962516000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.962530000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 1a 01 05 00 00 00 03 88 c0 7f 00 01 36 7f 00 91 ac 76 24 c9 31 ea 50 74 58 51 c9 e9 42 f9 32 12 8f '..............6....v$.1.PtXQ..B.2..'
I0908 08:17:51.962541000 4400821696 parsing.cc:645] parsing Trailers-Only
I0908 08:17:51.962552000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.962561000 4400821696 parsing.cc:512] HTTP:3:TRL:CLI: :status: 32 30 30 '200'
I0908 08:17:51.962571000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.962581000 4400821696 parsing.cc:512] HTTP:3:TRL:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
I0908 08:17:51.962666000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 6', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.962684000 4400821696 parsing.cc:512] HTTP:3:TRL:CLI: grpc-status: 36 '6'
I0908 08:17:51.962700000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: partition already exists', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.962711000 4400821696 parsing.cc:512] HTTP:3:TRL:CLI: grpc-message: 70 61 72 74 69 74 69 6f 6e 20 61 6c 72 65 61 64 79 20 65 78 69 73 74 73 'partition already exists'
I0908 08:17:51.962725000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.962736000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.962746000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.962754000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.962767000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:51.962790000 4400821696 call.cc:734] {"created":"@1567910871.962765000","description":"Error received from peer ipv6:[::1]:9292","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"partition already exists","grpc_status":6}
I0908 08:17:51.962801000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102b0a330, error="No Error", done=0x107930f3b, done_arg=0x102b0c580, storage=0x102b0c5d0)
I0908 08:17:51.962819000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.962830000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102b0a330 OK
going to publish {
offset: 0,
key: 'S0VZLTgzOWE0ZGFlMzUyNTg3OWU4Mzcx',
value: 'VALUE-ok-KEY-839a4dae3525879e8371',
timestamp: 1567910871977000000,
subject: 'test7',
reply: '',
headersMap: [],
ackinbox: '',
correlationid: 'ed8cb0c3-efe3-412e-aefe-2d55ff0a776e',
ackpolicy: 0
}
I0908 08:17:51.980428000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:51.987193000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102f11568)
I0908 08:17:51.987215000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10483d060, ops=0x102f11a10, nops=1, tag=0x102f11aa0, reserved=0x0)
I0908 08:17:51.987222000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:51.987233000 4400821696 call.cc:626] OP[client-channel:0x10483d9d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.987238000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10483d9f0: adding pending batch at index 0
I0908 08:17:51.987242000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x10483d9f0: entering client_channel combiner
I0908 08:17:51.987246000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x10483d9f0: applying service config to call
I0908 08:17:51.987275000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x10483d9f0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:51.987290000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x10483d9f0: create subchannel_call=0x10483dfa0: error="No Error"
I0908 08:17:51.987295000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10483d9f0: starting 1 pending batches on subchannel_call=0x10483dfa0
I0908 08:17:51.987304000 4400821696 subchannel.cc:182] OP[authority:0x10483e050]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.987314000 4400821696 channel_stack.cc:226] OP[message_size:0x10483e068]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.987357000 4400821696 channel_stack.cc:226] OP[http-client:0x10483e080]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.987380000 4400821696 channel_stack.cc:226] OP[message_compress:0x10483e098]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:51.987404000 4400821696 channel_stack.cc:226] OP[connected:0x10483e0b0]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.987442000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10483ea88]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.987565000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x10483e848
I0908 08:17:51.987590000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:51.987596000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:51.987600000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:51.987604000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/Publish
I0908 08:17:51.987608000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:51.987611000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:51.987615000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:51.987619000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:51.987624000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:51.987628000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:51.987632000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:51.987636000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x10483ea88 to id 5
I0908 08:17:51.987640000 4400821696 stream_lists.cc:125] 0x10301f800[5][cli]: add to writable
I0908 08:17:51.987646000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [START_NEW_STREAM]
I0908 08:17:51.987651000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e848 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0908 08:17:51.987656000 4400821696 stream_lists.cc:71] 0x10301f800[5][cli]: pop from writable
I0908 08:17:51.987660000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[5] im-(sent,send)=(0,1) announce=0
I0908 08:17:51.987665000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.987670000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/Publish', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:51.987675000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.987680000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.987684000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.987689000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.987693000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.987698000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e848 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:51.987705000 4400821696 flow_control.cc:113] 0x103020c68[5][cli] | s updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: 65535, slw: 4194304, saw: 4194304
D0908 08:17:51.987713000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.987719000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.987724000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 1d 01 04 00 00 00 05 86 83 c4 0f 34 12 '.............4.'
I0908 08:17:51.987729000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'
I0908 08:17:51.987733000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be '.....'
I0908 08:17:51.988633000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10483d060, ops=0x102f11c10, nops=1, tag=0x102f11cd0, reserved=0x0)
I0908 08:17:51.988647000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x102f11dd0
I0908 08:17:51.988654000 4400821696 call.cc:626] OP[client-channel:0x10483d9d0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.988659000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10483d9f0: adding pending batch at index 1
I0908 08:17:51.988663000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10483d9f0: starting batch on subchannel_call=0x10483dfa0
I0908 08:17:51.988667000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10483d9f0: starting 1 pending batches on subchannel_call=0x10483dfa0
I0908 08:17:51.988672000 4400821696 subchannel.cc:182] OP[authority:0x10483e050]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.988677000 4400821696 channel_stack.cc:226] OP[message_size:0x10483e068]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.988742000 4400821696 channel_stack.cc:226] OP[http-client:0x10483e080]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.988752000 4400821696 channel_stack.cc:226] OP[message_compress:0x10483e098]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.988758000 4400821696 channel_stack.cc:226] OP[connected:0x10483e0b0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.988763000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10483ea88]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.988768000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=110; on_complete = 0x10483e888
I0908 08:17:51.988772000 4400821696 stream_lists.cc:125] 0x10301f800[5][cli]: add to writable
I0908 08:17:51.988777000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0908 08:17:51.988782000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e888 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.988814000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b194d8)
I0908 08:17:51.988820000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b18db8)
I0908 08:17:51.988827000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10483d060, ops=0x102b0ab60, nops=4, tag=0x102b03990, reserved=0x0)
I0908 08:17:51.988832000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:51.988836000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x102b194d8
I0908 08:17:51.988840000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x102b0c188
I0908 08:17:51.988845000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102b18db8 status=0x102b18dd0 details=0x102b18dd8
I0908 08:17:51.988852000 4400821696 call.cc:626] OP[client-channel:0x10483d9d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.988857000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10483d9f0: adding pending batch at index 2
I0908 08:17:51.988861000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10483d9f0: starting batch on subchannel_call=0x10483dfa0
I0908 08:17:51.988865000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10483d9f0: starting 1 pending batches on subchannel_call=0x10483dfa0
I0908 08:17:51.988871000 4400821696 subchannel.cc:182] OP[authority:0x10483e050]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.988877000 4400821696 channel_stack.cc:226] OP[message_size:0x10483e068]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.988882000 4400821696 channel_stack.cc:226] OP[http-client:0x10483e080]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.988887000 4400821696 channel_stack.cc:226] OP[message_compress:0x10483e098]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.988893000 4400821696 channel_stack.cc:226] OP[connected:0x10483e0b0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.988899000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10483ea88]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.988905000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x10483e8c8
D0908 08:17:51.988913000 4400821696 flow_control.cc:113] 0x103020c68[5][cli] | app st recv | trw: 65535, tlw: 4194309, taw: 4194309, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:51.988919000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e8c8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.989013000 4400821696 call.cc:573] grpc_call_unref(c=0x103055c60)
I0908 08:17:51.989030000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b17538)
I0908 08:17:51.989035000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b02b48)
I0908 08:17:51.989040000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.989046000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.989056000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.989060000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:51.989066000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102f11aa0, error="No Error", done=0x107930f3b, done_arg=0x10483dec0, storage=0x10483df10)
I0908 08:17:51.989071000 4400821696 stream_lists.cc:71] 0x10301f800[5][cli]: pop from writable
I0908 08:17:51.989075000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[5] im-(sent,send)=(1,0) announce=5
D0908 08:17:51.989082000 4400821696 flow_control.cc:113] 0x103020c68[5][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194309, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:51.989090000 4400821696 flow_control.cc:113] 0x103020c68[5][cli] | data sent | trw: 65535 -> 65420, tlw: 4194309, taw: 4194309, srw: 65535 -> 65420, slw: 4194309, saw: 4194309
I0908 08:17:51.989096000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e8c8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:51.989101000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e888 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:51.989140000 4400821696 stream_lists.cc:125] 0x10301f800[5][cli]: add to writing
D0908 08:17:51.989152000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65420, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.989159000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:51.989164000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:51.989170000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 05 00 00 00 05 00 00 73 00 01 00 00 00 05 00 '...............s.......'
I0908 08:17:51.989175000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 6e '...n'
I0908 08:17:51.989181000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 6c 12 18 4b 45 59 2d 34 62 66 39 38 63 66 62 62 34 38 32 33 34 63 34 38 38 32 39 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 86 df f7 c7 1f 6d be 3c db 7e 1c e3 cf 36 f4 20 80 82 a0 9e 98 d4 95 e1 15 2a 05 74 65 73 74 37 4a 24 61 33 33 65 63 37 37 30 2d 64 65 39 34 2d 34 37 36 33 2d 38 30 65 38 2d 36 37 31 64 37 31 31 35 32 63 65 36 '.l..KEY-4bf98cfbb48234c48829..T....$.........m.<.~...6. .........*.test7J$a33ec770-de94-4763-80e8-671d71152ce6'
I0908 08:17:51.989244000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.989258000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102f11aa0 OK
I0908 08:17:51.989273000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102f11568)
I0908 08:17:51.989280000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.989285000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.989292000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.989297000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.989301000 4400821696 stream_lists.cc:71] 0x10301f800[5][cli]: pop from writing
I0908 08:17:51.989307000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102f11cd0, error="No Error", done=0x107930f3b, done_arg=0x10483f7d0, storage=0x10483f820)
I0908 08:17:51.989312000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.989332000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102f11cd0 OK
I0908 08:17:51.989343000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.989348000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.989357000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.989362000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.989367000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 73 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 '............s.................'
D0908 08:17:51.989375000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65420 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.989382000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [PING_RESPONSE]
I0908 08:17:51.989388000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.989409000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.989414000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.989418000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.989424000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.989430000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.989435000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0908 08:17:51.989483000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.989489000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.989494000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.989500000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.989509000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.989513000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.989519000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 02 01 04 00 00 00 05 88 c2 00 00 05 00 00 00 00 00 05 00 00 00 00 00 00 00 02 01 05 00 00 00 05 c1 c0 '....................................'
I0908 08:17:51.989523000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:51.989529000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.989534000 4400821696 parsing.cc:433] HTTP:5:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:51.989539000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.989544000 4400821696 parsing.cc:433] HTTP:5:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:51.989552000 4400821696 flow_control.cc:113] 0x103020c68[5][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194304, srw: 65420, slw: 4194309 -> 4194304, saw: 4194309 -> 4194304
I0908 08:17:51.989557000 4400821696 parsing.cc:657] parsing trailing_metadata
I0908 08:17:51.989562000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 0', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.989566000 4400821696 parsing.cc:512] HTTP:5:TRL:CLI: grpc-status: 30 '0'
I0908 08:17:51.989571000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: ', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.989575000 4400821696 parsing.cc:512] HTTP:5:TRL:CLI: grpc-message:
I0908 08:17:51.989580000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.989585000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.989589000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.989593000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.989600000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:51.989611000 4400821696 call.cc:734] {"created":"@1567910871.989599000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0908 08:17:51.989616000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102b03990, error="No Error", done=0x107930f3b, done_arg=0x10483f8b0, storage=0x10483f900)
I0908 08:17:51.989622000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.989628000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102b03990 OK
publish result 1 = { ack: undefined }
I0908 08:17:51.990258000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:51.990292000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b04a38)
I0908 08:17:51.990304000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1048a1e60, ops=0x102b17530, nops=1, tag=0x102b19c00, reserved=0x0)
I0908 08:17:51.990311000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:51.990320000 4400821696 call.cc:626] OP[client-channel:0x1048a27d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.990325000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1048a27f0: adding pending batch at index 0
I0908 08:17:51.990330000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x1048a27f0: entering client_channel combiner
I0908 08:17:51.990334000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x1048a27f0: applying service config to call
I0908 08:17:51.990339000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x1048a27f0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:51.990346000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x1048a27f0: create subchannel_call=0x1048a2da0: error="No Error"
I0908 08:17:51.990350000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1048a27f0: starting 1 pending batches on subchannel_call=0x1048a2da0
I0908 08:17:51.990357000 4400821696 subchannel.cc:182] OP[authority:0x1048a2e50]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.990366000 4400821696 channel_stack.cc:226] OP[message_size:0x1048a2e68]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.990375000 4400821696 channel_stack.cc:226] OP[http-client:0x1048a2e80]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.990392000 4400821696 channel_stack.cc:226] OP[message_compress:0x1048a2e98]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:51.990415000 4400821696 channel_stack.cc:226] OP[connected:0x1048a2eb0]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.990461000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1048a3888]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.990535000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x1048a3648
I0908 08:17:51.990608000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:51.990617000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:51.990622000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:51.990626000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/Publish
I0908 08:17:51.990630000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:51.990633000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:51.990637000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:51.990641000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:51.990645000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:51.990650000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:51.990667000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:51.990673000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x1048a3888 to id 7
I0908 08:17:51.990677000 4400821696 stream_lists.cc:125] 0x10301f800[7][cli]: add to writable
I0908 08:17:51.990682000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [START_NEW_STREAM]
I0908 08:17:51.990687000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1048a3648 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0908 08:17:51.990691000 4400821696 stream_lists.cc:71] 0x10301f800[7][cli]: pop from writable
I0908 08:17:51.990695000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[7] im-(sent,send)=(0,1) announce=0
I0908 08:17:51.990747000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.990758000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/Publish', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:51.990764000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.990769000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.990774000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.990779000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.990784000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.990790000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1048a3648 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:51.990797000 4400821696 flow_control.cc:113] 0x103020c68[7][cli] | s updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304, saw: 4194304
D0908 08:17:51.990805000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: , slw: , saw:
I0908 08:17:51.990813000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.990825000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 1d 01 04 00 00 00 07 86 83 c4 0f 34 12 '.............4.'
I0908 08:17:51.990830000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'
I0908 08:17:51.990835000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be '.....'
I0908 08:17:51.991052000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1048a1e60, ops=0x102939c00, nops=1, tag=0x10293a0f0, reserved=0x0)
I0908 08:17:51.991067000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x10293acf0
I0908 08:17:51.991075000 4400821696 call.cc:626] OP[client-channel:0x1048a27d0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.991081000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1048a27f0: adding pending batch at index 1
I0908 08:17:51.991086000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1048a27f0: starting batch on subchannel_call=0x1048a2da0
I0908 08:17:51.991090000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1048a27f0: starting 1 pending batches on subchannel_call=0x1048a2da0
I0908 08:17:51.991095000 4400821696 subchannel.cc:182] OP[authority:0x1048a2e50]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.991100000 4400821696 channel_stack.cc:226] OP[message_size:0x1048a2e68]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.991104000 4400821696 channel_stack.cc:226] OP[http-client:0x1048a2e80]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.991109000 4400821696 channel_stack.cc:226] OP[message_compress:0x1048a2e98]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.991114000 4400821696 channel_stack.cc:226] OP[connected:0x1048a2eb0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.991119000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1048a3888]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.991157000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=110; on_complete = 0x1048a3688
I0908 08:17:51.991167000 4400821696 stream_lists.cc:125] 0x10301f800[7][cli]: add to writable
I0908 08:17:51.991173000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0908 08:17:51.991178000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1048a3688 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.991208000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102c03768)
I0908 08:17:51.991216000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102c0cf78)
I0908 08:17:51.991223000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1048a1e60, ops=0x102c0e3e0, nops=4, tag=0x102c0ada0, reserved=0x0)
I0908 08:17:51.991228000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:51.991233000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x102c03768
I0908 08:17:51.991237000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x102c0a0e8
I0908 08:17:51.991242000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102c0cf78 status=0x102c0cf90 details=0x102c0cf98
I0908 08:17:51.991250000 4400821696 call.cc:626] OP[client-channel:0x1048a27d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.991255000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1048a27f0: adding pending batch at index 2
I0908 08:17:51.991260000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1048a27f0: starting batch on subchannel_call=0x1048a2da0
I0908 08:17:51.991264000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1048a27f0: starting 1 pending batches on subchannel_call=0x1048a2da0
I0908 08:17:51.991270000 4400821696 subchannel.cc:182] OP[authority:0x1048a2e50]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.991276000 4400821696 channel_stack.cc:226] OP[message_size:0x1048a2e68]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.991282000 4400821696 channel_stack.cc:226] OP[http-client:0x1048a2e80]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.991287000 4400821696 channel_stack.cc:226] OP[message_compress:0x1048a2e98]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.991292000 4400821696 channel_stack.cc:226] OP[connected:0x1048a2eb0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.991298000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1048a3888]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.991304000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x1048a36c8
D0908 08:17:51.991315000 4400821696 flow_control.cc:113] 0x103020c68[7][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:51.991322000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1048a36c8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.991361000 4400821696 call.cc:573] grpc_call_unref(c=0x10483d060)
I0908 08:17:51.991374000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b18db8)
I0908 08:17:51.991379000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b194d8)
I0908 08:17:51.991384000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.991390000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.991399000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.991404000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:51.991410000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102b19c00, error="No Error", done=0x107930f3b, done_arg=0x1048a2cc0, storage=0x1048a2d10)
I0908 08:17:51.991442000 4400821696 stream_lists.cc:71] 0x10301f800[7][cli]: pop from writable
I0908 08:17:51.991446000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[7] im-(sent,send)=(1,0) announce=5
D0908 08:17:51.991453000 4400821696 flow_control.cc:113] 0x103020c68[7][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:51.991461000 4400821696 flow_control.cc:113] 0x103020c68[7][cli] | data sent | trw: 65535 -> 65420, tlw: 4194309, taw: 4194304, srw: 65535 -> 65420, slw: 4194309, saw: 4194309
I0908 08:17:51.991466000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1048a36c8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:51.991505000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1048a3688 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:51.991515000 4400821696 stream_lists.cc:125] 0x10301f800[7][cli]: add to writing
D0908 08:17:51.991524000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65420, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0908 08:17:51.991530000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:51.991534000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:51.991542000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 07 00 00 00 05 00 00 73 00 01 00 00 00 07 00 '...............s.......'
I0908 08:17:51.991546000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 6e '...n'
I0908 08:17:51.991552000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 6c 12 18 4b 45 59 2d 37 37 63 36 39 62 61 39 30 32 34 33 62 32 61 64 30 37 37 38 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb be dc eb d6 da f7 4d b8 dd bd 9a 77 4e fb f0 20 80 b4 bf a3 98 d4 95 e1 15 2a 05 74 65 73 74 37 4a 24 62 33 64 37 32 30 66 35 2d 61 66 35 62 2d 34 61 32 39 2d 61 63 65 31 2d 62 32 66 34 64 30 63 61 63 63 30 35 '.l..KEY-77c69ba90243b2ad0778..T....$..........M....wN.. .........*.test7J$b3d720f5-af5b-4a29-ace1-b2f4d0cacc05'
I0908 08:17:51.991558000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 05 '.............'
I0908 08:17:51.991595000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.991610000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102b19c00 OK
I0908 08:17:51.991627000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b04a38)
I0908 08:17:51.991634000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.991640000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.991647000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.991652000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.991656000 4400821696 stream_lists.cc:71] 0x10301f800[7][cli]: pop from writing
I0908 08:17:51.991688000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x10293a0f0, error="No Error", done=0x107930f3b, done_arg=0x1048a45d0, storage=0x1048a4620)
I0908 08:17:51.991694000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.991700000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x10293a0f0 OK
I0908 08:17:51.991711000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.991717000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.991727000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.991775000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.991785000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 73 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 '............s.................'
D0908 08:17:51.991794000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65420 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.991800000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [PING_RESPONSE]
I0908 08:17:51.991805000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.991843000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.991854000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.991859000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.991866000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.991872000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.991879000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0908 08:17:51.991894000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.991900000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.991906000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.991912000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.991922000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.991926000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.991931000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 02 01 04 00 00 00 07 88 c2 00 00 05 00 00 00 00 00 07 00 00 00 00 00 00 00 02 01 05 00 00 00 07 c1 c0 '....................................'
I0908 08:17:51.991935000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:51.991941000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.991945000 4400821696 parsing.cc:433] HTTP:7:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:51.991951000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.991956000 4400821696 parsing.cc:433] HTTP:7:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:51.991964000 4400821696 flow_control.cc:113] 0x103020c68[7][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194304, srw: 65420, slw: 4194309 -> 4194304, saw: 4194309 -> 4194304
I0908 08:17:51.991972000 4400821696 parsing.cc:657] parsing trailing_metadata
I0908 08:17:51.991976000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 0', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.991980000 4400821696 parsing.cc:512] HTTP:7:TRL:CLI: grpc-status: 30 '0'
I0908 08:17:51.991985000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: ', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.991990000 4400821696 parsing.cc:512] HTTP:7:TRL:CLI: grpc-message:
I0908 08:17:51.991996000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.992002000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.992008000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.992011000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.992019000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:51.992030000 4400821696 call.cc:734] {"created":"@1567910871.992018000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0908 08:17:51.992036000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102c0ada0, error="No Error", done=0x107930f3b, done_arg=0x1048a46b0, storage=0x1048a4700)
I0908 08:17:51.992042000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.992048000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102c0ada0 OK
publish result 2 = { ack: undefined }
I0908 08:17:51.992332000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:51.992363000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a0ccb8)
I0908 08:17:51.992375000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10590a860, ops=0x102a0d010, nops=1, tag=0x102a0e400, reserved=0x0)
I0908 08:17:51.992381000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:51.992390000 4400821696 call.cc:626] OP[client-channel:0x10590b1d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.992395000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10590b1f0: adding pending batch at index 0
I0908 08:17:51.992399000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x10590b1f0: entering client_channel combiner
I0908 08:17:51.992404000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x10590b1f0: applying service config to call
I0908 08:17:51.992408000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x10590b1f0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:51.992432000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x10590b1f0: create subchannel_call=0x10590b7a0: error="No Error"
I0908 08:17:51.992438000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10590b1f0: starting 1 pending batches on subchannel_call=0x10590b7a0
I0908 08:17:51.992445000 4400821696 subchannel.cc:182] OP[authority:0x10590b850]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.992454000 4400821696 channel_stack.cc:226] OP[message_size:0x10590b868]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.992462000 4400821696 channel_stack.cc:226] OP[http-client:0x10590b880]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.992479000 4400821696 channel_stack.cc:226] OP[message_compress:0x10590b898]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:51.992499000 4400821696 channel_stack.cc:226] OP[connected:0x10590b8b0]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.992536000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590c288]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.992620000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x10590c048
I0908 08:17:51.992707000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:51.992716000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:51.992721000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:51.992725000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/Publish
I0908 08:17:51.992728000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:51.992732000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:51.992736000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:51.992739000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:51.992743000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:51.992747000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:51.992751000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:51.992798000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x10590c288 to id 9
I0908 08:17:51.992806000 4400821696 stream_lists.cc:125] 0x10301f800[9][cli]: add to writable
I0908 08:17:51.992811000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [START_NEW_STREAM]
I0908 08:17:51.992817000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590c048 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0908 08:17:51.992821000 4400821696 stream_lists.cc:71] 0x10301f800[9][cli]: pop from writable
I0908 08:17:51.992827000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[9] im-(sent,send)=(0,1) announce=0
I0908 08:17:51.992832000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.992837000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/Publish', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:51.992842000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.992847000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.992853000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.992858000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.992863000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.992868000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590c048 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:51.992875000 4400821696 flow_control.cc:113] 0x103020c68[9][cli] | s updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304, saw: 4194304
D0908 08:17:51.992881000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: , slw: , saw:
I0908 08:17:51.992887000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.992893000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 1d 01 04 00 00 00 09 86 83 c4 0f 34 12 '.............4.'
I0908 08:17:51.992898000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'
I0908 08:17:51.992902000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be '.....'
I0908 08:17:51.993017000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10590a860, ops=0x10293a270, nops=1, tag=0x10293a3b0, reserved=0x0)
I0908 08:17:51.993027000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x10293acf0
I0908 08:17:51.993034000 4400821696 call.cc:626] OP[client-channel:0x10590b1d0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.993039000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10590b1f0: adding pending batch at index 1
I0908 08:17:51.993043000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10590b1f0: starting batch on subchannel_call=0x10590b7a0
I0908 08:17:51.993047000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10590b1f0: starting 1 pending batches on subchannel_call=0x10590b7a0
I0908 08:17:51.993052000 4400821696 subchannel.cc:182] OP[authority:0x10590b850]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.993057000 4400821696 channel_stack.cc:226] OP[message_size:0x10590b868]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.993062000 4400821696 channel_stack.cc:226] OP[http-client:0x10590b880]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.993066000 4400821696 channel_stack.cc:226] OP[message_compress:0x10590b898]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.993070000 4400821696 channel_stack.cc:226] OP[connected:0x10590b8b0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.993075000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590c288]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.993095000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=110; on_complete = 0x10590c088
I0908 08:17:51.993100000 4400821696 stream_lists.cc:125] 0x10301f800[9][cli]: add to writable
I0908 08:17:51.993104000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0908 08:17:51.993109000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590c088 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.993131000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x10293a308)
I0908 08:17:51.993139000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102939d58)
I0908 08:17:51.993146000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10590a860, ops=0x10293ae30, nops=4, tag=0x102939da0, reserved=0x0)
I0908 08:17:51.993151000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:51.993155000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x10293a308
I0908 08:17:51.993159000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x10291bb08
I0908 08:17:51.993164000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102939d58 status=0x102939d70 details=0x102939d78
I0908 08:17:51.993171000 4400821696 call.cc:626] OP[client-channel:0x10590b1d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.993175000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10590b1f0: adding pending batch at index 2
I0908 08:17:51.993179000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10590b1f0: starting batch on subchannel_call=0x10590b7a0
I0908 08:17:51.993184000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10590b1f0: starting 1 pending batches on subchannel_call=0x10590b7a0
I0908 08:17:51.993190000 4400821696 subchannel.cc:182] OP[authority:0x10590b850]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.993196000 4400821696 channel_stack.cc:226] OP[message_size:0x10590b868]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.993201000 4400821696 channel_stack.cc:226] OP[http-client:0x10590b880]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.993206000 4400821696 channel_stack.cc:226] OP[message_compress:0x10590b898]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.993276000 4400821696 channel_stack.cc:226] OP[connected:0x10590b8b0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.993288000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590c288]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.993295000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x10590c0c8
D0908 08:17:51.993304000 4400821696 flow_control.cc:113] 0x103020c68[9][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:51.993312000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590c0c8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.993347000 4400821696 call.cc:573] grpc_call_unref(c=0x1048a1e60)
I0908 08:17:51.993361000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102c0cf78)
I0908 08:17:51.993366000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102c03768)
I0908 08:17:51.993372000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.993377000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.993385000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.993390000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:51.993397000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102a0e400, error="No Error", done=0x107930f3b, done_arg=0x10590b6c0, storage=0x10590b710)
I0908 08:17:51.993402000 4400821696 stream_lists.cc:71] 0x10301f800[9][cli]: pop from writable
I0908 08:17:51.993406000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[9] im-(sent,send)=(1,0) announce=5
D0908 08:17:51.993413000 4400821696 flow_control.cc:113] 0x103020c68[9][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:51.993421000 4400821696 flow_control.cc:113] 0x103020c68[9][cli] | data sent | trw: 65535 -> 65420, tlw: 4194309, taw: 4194304, srw: 65535 -> 65420, slw: 4194309, saw: 4194309
I0908 08:17:51.993427000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590c0c8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:51.993431000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590c088 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:51.993435000 4400821696 stream_lists.cc:125] 0x10301f800[9][cli]: add to writing
D0908 08:17:51.993441000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65420, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0908 08:17:51.993466000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:51.993476000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:51.993483000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 09 00 00 00 05 00 00 73 00 01 00 00 00 09 00 '...............s.......'
I0908 08:17:51.993488000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 6e '...n'
I0908 08:17:51.993494000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 6c 12 18 4b 45 59 2d 39 66 61 63 62 63 66 66 39 64 39 37 38 34 34 66 32 64 63 63 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb d7 da 71 b7 1f 7f d7 7d ef ce 38 7f 67 5c 70 20 80 bc b9 a4 98 d4 95 e1 15 2a 05 74 65 73 74 37 4a 24 37 63 31 61 39 34 38 34 2d 36 63 65 64 2d 34 34 66 36 2d 62 31 33 33 2d 65 34 36 33 30 62 34 63 33 39 35 33 '.l..KEY-9facbcff9d97844f2dcc..T....$......q....}..8.g\p .........*.test7J$7c1a9484-6ced-44f6-b133-e4630b4c3953'
I0908 08:17:51.993556000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 05 '.............'
I0908 08:17:51.993579000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.993587000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102a0e400 OK
I0908 08:17:51.993602000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a0ccb8)
I0908 08:17:51.993609000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.993614000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.993621000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.993626000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.993631000 4400821696 stream_lists.cc:71] 0x10301f800[9][cli]: pop from writing
I0908 08:17:51.993637000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x10293a3b0, error="No Error", done=0x107930f3b, done_arg=0x10590cfd0, storage=0x10590d020)
I0908 08:17:51.993642000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.993647000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x10293a3b0 OK
I0908 08:17:51.993657000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.993662000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.993689000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.993694000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.993700000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 73 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 '............s.................'
D0908 08:17:51.993708000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65420 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.993715000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [PING_RESPONSE]
I0908 08:17:51.993735000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.993745000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.993753000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.993757000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.993765000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.993771000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.993777000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0908 08:17:51.993792000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.993797000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.993804000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.993809000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.993819000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.993823000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.993829000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 02 01 04 00 00 00 09 88 c2 00 00 05 00 00 00 00 00 09 00 00 00 00 00 00 00 02 01 05 00 00 00 09 c1 c0 '....................................'
I0908 08:17:51.993833000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:51.993839000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.993843000 4400821696 parsing.cc:433] HTTP:9:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:51.993848000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.993853000 4400821696 parsing.cc:433] HTTP:9:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:51.993861000 4400821696 flow_control.cc:113] 0x103020c68[9][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194304, srw: 65420, slw: 4194309 -> 4194304, saw: 4194309 -> 4194304
I0908 08:17:51.993873000 4400821696 parsing.cc:657] parsing trailing_metadata
I0908 08:17:51.993878000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 0', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.993882000 4400821696 parsing.cc:512] HTTP:9:TRL:CLI: grpc-status: 30 '0'
I0908 08:17:51.993886000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: ', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.993891000 4400821696 parsing.cc:512] HTTP:9:TRL:CLI: grpc-message:
I0908 08:17:51.993897000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.993901000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.993905000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.993909000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.993916000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:51.993926000 4400821696 call.cc:734] {"created":"@1567910871.993915000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0908 08:17:51.993932000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102939da0, error="No Error", done=0x107930f3b, done_arg=0x10590d0b0, storage=0x10590d100)
I0908 08:17:51.993938000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.993946000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102939da0 OK
publish result 3 = { ack: undefined }
I0908 08:17:51.994204000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:51.994236000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b194d8)
I0908 08:17:51.994249000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10483d060, ops=0x102b18db0, nops=1, tag=0x102b0a330, reserved=0x0)
I0908 08:17:51.994254000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:51.994263000 4400821696 call.cc:626] OP[client-channel:0x10483d9d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.994268000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10483d9f0: adding pending batch at index 0
I0908 08:17:51.994272000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x10483d9f0: entering client_channel combiner
I0908 08:17:51.994276000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x10483d9f0: applying service config to call
I0908 08:17:51.994349000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x10483d9f0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:51.994362000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x10483d9f0: create subchannel_call=0x10483dfa0: error="No Error"
I0908 08:17:51.994367000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10483d9f0: starting 1 pending batches on subchannel_call=0x10483dfa0
I0908 08:17:51.994376000 4400821696 subchannel.cc:182] OP[authority:0x10483e050]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.994386000 4400821696 channel_stack.cc:226] OP[message_size:0x10483e068]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.994394000 4400821696 channel_stack.cc:226] OP[http-client:0x10483e080]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.994411000 4400821696 channel_stack.cc:226] OP[message_compress:0x10483e098]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:51.994491000 4400821696 channel_stack.cc:226] OP[connected:0x10483e0b0]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.994576000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10483ea88]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.994673000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x10483e848
I0908 08:17:51.994735000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:51.994743000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:51.994747000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:51.994752000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/Publish
I0908 08:17:51.994757000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:51.994760000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:51.994764000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:51.994768000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:51.994772000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:51.994778000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:51.994782000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:51.994786000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x10483ea88 to id 11
I0908 08:17:51.994790000 4400821696 stream_lists.cc:125] 0x10301f800[11][cli]: add to writable
I0908 08:17:51.994795000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [START_NEW_STREAM]
I0908 08:17:51.994800000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e848 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0908 08:17:51.994805000 4400821696 stream_lists.cc:71] 0x10301f800[11][cli]: pop from writable
I0908 08:17:51.994809000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[11] im-(sent,send)=(0,1) announce=0
I0908 08:17:51.994814000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.994819000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/Publish', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:51.994823000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.994828000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.994832000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.994837000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.994841000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.994846000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e848 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:51.994854000 4400821696 flow_control.cc:113] 0x103020c68[11][cli] | s updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304, saw: 4194304
D0908 08:17:51.994861000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: , slw: , saw:
I0908 08:17:51.994866000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.994898000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 1d 01 04 00 00 00 0b 86 83 c4 0f 34 12 '.............4.'
I0908 08:17:51.994905000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'
I0908 08:17:51.994909000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be '.....'
I0908 08:17:51.995039000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10483d060, ops=0x102c0cf70, nops=1, tag=0x102c0e5d0, reserved=0x0)
I0908 08:17:51.995049000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x102c0e490
I0908 08:17:51.995057000 4400821696 call.cc:626] OP[client-channel:0x10483d9d0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.995061000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10483d9f0: adding pending batch at index 1
I0908 08:17:51.995065000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10483d9f0: starting batch on subchannel_call=0x10483dfa0
I0908 08:17:51.995069000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10483d9f0: starting 1 pending batches on subchannel_call=0x10483dfa0
I0908 08:17:51.995075000 4400821696 subchannel.cc:182] OP[authority:0x10483e050]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.995079000 4400821696 channel_stack.cc:226] OP[message_size:0x10483e068]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.995084000 4400821696 channel_stack.cc:226] OP[http-client:0x10483e080]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.995088000 4400821696 channel_stack.cc:226] OP[message_compress:0x10483e098]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.995092000 4400821696 channel_stack.cc:226] OP[connected:0x10483e0b0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.995096000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10483ea88]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.995101000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=110; on_complete = 0x10483e888
I0908 08:17:51.995139000 4400821696 stream_lists.cc:125] 0x10301f800[11][cli]: add to writable
I0908 08:17:51.995146000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0908 08:17:51.995151000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e888 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.995176000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102c0a158)
I0908 08:17:51.995182000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102c057e8)
I0908 08:17:51.995189000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10483d060, ops=0x102c056a0, nops=4, tag=0x102c09b90, reserved=0x0)
I0908 08:17:51.995194000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:51.995198000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x102c0a158
I0908 08:17:51.995202000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x102c09658
I0908 08:17:51.995207000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102c057e8 status=0x102c05800 details=0x102c05808
I0908 08:17:51.995215000 4400821696 call.cc:626] OP[client-channel:0x10483d9d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.995219000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10483d9f0: adding pending batch at index 2
I0908 08:17:51.995223000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10483d9f0: starting batch on subchannel_call=0x10483dfa0
I0908 08:17:51.995227000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10483d9f0: starting 1 pending batches on subchannel_call=0x10483dfa0
I0908 08:17:51.995233000 4400821696 subchannel.cc:182] OP[authority:0x10483e050]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.995239000 4400821696 channel_stack.cc:226] OP[message_size:0x10483e068]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.995244000 4400821696 channel_stack.cc:226] OP[http-client:0x10483e080]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.995249000 4400821696 channel_stack.cc:226] OP[message_compress:0x10483e098]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.995255000 4400821696 channel_stack.cc:226] OP[connected:0x10483e0b0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.995260000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10483ea88]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.995266000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x10483e8c8
D0908 08:17:51.995275000 4400821696 flow_control.cc:113] 0x103020c68[11][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:51.995282000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e8c8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.995321000 4400821696 call.cc:573] grpc_call_unref(c=0x10590a860)
I0908 08:17:51.995335000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102939d58)
I0908 08:17:51.995340000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x10293a308)
I0908 08:17:51.995346000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.995351000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.995361000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.995366000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:51.995373000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102b0a330, error="No Error", done=0x107930f3b, done_arg=0x10483dec0, storage=0x10483df10)
I0908 08:17:51.995379000 4400821696 stream_lists.cc:71] 0x10301f800[11][cli]: pop from writable
I0908 08:17:51.995382000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[11] im-(sent,send)=(1,0) announce=5
D0908 08:17:51.995389000 4400821696 flow_control.cc:113] 0x103020c68[11][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:51.995446000 4400821696 flow_control.cc:113] 0x103020c68[11][cli] | data sent | trw: 65535 -> 65420, tlw: 4194309, taw: 4194304, srw: 65535 -> 65420, slw: 4194309, saw: 4194309
I0908 08:17:51.995458000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e8c8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:51.995465000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10483e888 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:51.995469000 4400821696 stream_lists.cc:125] 0x10301f800[11][cli]: add to writing
D0908 08:17:51.995476000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65420, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0908 08:17:51.995482000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:51.995486000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:51.995493000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 0b 00 00 00 05 00 00 73 00 01 00 00 00 0b 00 '...............s.......'
I0908 08:17:51.995498000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 6e '...n'
I0908 08:17:51.995504000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 6c 12 18 4b 45 59 2d 66 31 39 61 35 31 37 39 30 38 37 31 35 39 66 39 34 34 65 65 1a 19 54 02 d4 13 ea 24 f8 a1 18 f9 fd 7d 6b 9d 7b f7 4f 3b d7 9f 5f f7 8e 1e 78 20 80 c4 b3 a5 98 d4 95 e1 15 2a 05 74 65 73 74 37 4a 24 63 37 34 35 65 31 65 65 2d 61 64 33 64 2d 34 65 32 34 2d 38 61 37 62 2d 33 66 32 37 33 32 63 63 64 35 66 35 '.l..KEY-f19a5179087159f944ee..T....$.....}k.{.O;.._...x .........*.test7J$c745e1ee-ad3d-4e24-8a7b-3f2732ccd5f5'
I0908 08:17:51.995510000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 05 '.............'
I0908 08:17:51.995540000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.995548000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102b0a330 OK
I0908 08:17:51.995568000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b194d8)
I0908 08:17:51.995575000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.995580000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.995587000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.995592000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.995597000 4400821696 stream_lists.cc:71] 0x10301f800[11][cli]: pop from writing
I0908 08:17:51.995602000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102c0e5d0, error="No Error", done=0x107930f3b, done_arg=0x10483f7d0, storage=0x10483f820)
I0908 08:17:51.995608000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.995613000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102c0e5d0 OK
I0908 08:17:51.995625000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.995631000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.995644000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.995649000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.995654000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 73 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 '............s.................'
D0908 08:17:51.995662000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65420 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.995692000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [PING_RESPONSE]
I0908 08:17:51.995703000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.995709000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.995714000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.995719000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.995726000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:51.995756000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.995765000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0908 08:17:51.995781000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.995786000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.995793000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.995798000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.995807000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:51.995811000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:51.995816000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 02 01 04 00 00 00 0b 88 c2 00 00 05 00 00 00 00 00 0b 00 00 00 00 00 00 00 02 01 05 00 00 00 0b c1 c0 '....................................'
I0908 08:17:51.995821000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:51.995827000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.995832000 4400821696 parsing.cc:433] HTTP:11:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:51.995837000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.995843000 4400821696 parsing.cc:433] HTTP:11:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:51.995850000 4400821696 flow_control.cc:113] 0x103020c68[11][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194304, srw: 65420, slw: 4194309 -> 4194304, saw: 4194309 -> 4194304
I0908 08:17:51.995856000 4400821696 parsing.cc:657] parsing trailing_metadata
I0908 08:17:51.995861000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 0', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.995865000 4400821696 parsing.cc:512] HTTP:11:TRL:CLI: grpc-status: 30 '0'
I0908 08:17:51.995870000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: ', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.995873000 4400821696 parsing.cc:512] HTTP:11:TRL:CLI: grpc-message:
I0908 08:17:51.995878000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:51.995883000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:51.995889000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:51.995893000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:51.995900000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:51.995912000 4400821696 call.cc:734] {"created":"@1567910871.995900000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0908 08:17:51.995917000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102c09b90, error="No Error", done=0x107930f3b, done_arg=0x10483f8b0, storage=0x10483f900)
I0908 08:17:51.995923000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.995930000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102c09b90 OK
going to subscribe
I0908 08:17:51.996575000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:51.996753000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102939f48)
I0908 08:17:51.996771000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x10292f818)
I0908 08:17:51.996780000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1040d8e60, ops=0x10293a270, nops=2, tag=0x10293a3b0, reserved=0x0)
I0908 08:17:51.996787000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:51.996791000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x10292f818
I0908 08:17:51.996802000 4400821696 call.cc:626] OP[client-channel:0x1040d97d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe'} RECV_INITIAL_METADATA
I0908 08:17:51.996807000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1040d97f0: adding pending batch at index 0
I0908 08:17:51.996811000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x1040d97f0: entering client_channel combiner
I0908 08:17:51.996815000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x1040d97f0: applying service config to call
I0908 08:17:51.996839000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x1040d97f0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:51.996847000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x1040d97f0: create subchannel_call=0x1040d9da0: error="No Error"
I0908 08:17:51.996853000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1040d97f0: starting 1 pending batches on subchannel_call=0x1040d9da0
I0908 08:17:51.996862000 4400821696 subchannel.cc:182] OP[authority:0x1040d9e50]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe'} RECV_INITIAL_METADATA
I0908 08:17:51.996872000 4400821696 channel_stack.cc:226] OP[message_size:0x1040d9e68]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe'} RECV_INITIAL_METADATA
I0908 08:17:51.996882000 4400821696 channel_stack.cc:226] OP[http-client:0x1040d9e80]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe'} RECV_INITIAL_METADATA
I0908 08:17:51.996900000 4400821696 channel_stack.cc:226] OP[message_compress:0x1040d9e98]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'} RECV_INITIAL_METADATA
I0908 08:17:51.996924000 4400821696 channel_stack.cc:226] OP[connected:0x1040d9eb0]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'} RECV_INITIAL_METADATA
I0908 08:17:51.996974000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1040da888]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'} RECV_INITIAL_METADATA
I0908 08:17:51.997035000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'} RECV_INITIAL_METADATA; on_complete = 0x1040da648
I0908 08:17:51.997062000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:51.997066000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:51.997070000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:51.997074000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/Subscribe
I0908 08:17:51.997078000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:51.997082000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:51.997086000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:51.997090000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:51.997093000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:51.997098000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:51.997102000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:51.997106000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x1040da888 to id 13
I0908 08:17:51.997110000 4400821696 stream_lists.cc:125] 0x10301f800[13][cli]: add to writable
I0908 08:17:51.997115000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [START_NEW_STREAM]
I0908 08:17:51.997121000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1040da648 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0908 08:17:51.997126000 4400821696 stream_lists.cc:71] 0x10301f800[13][cli]: pop from writable
I0908 08:17:51.997130000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[13] im-(sent,send)=(0,1) announce=0
I0908 08:17:51.997135000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.997140000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/Subscribe', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:51.997145000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.997150000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.997155000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.997160000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.997164000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.997168000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1040da648 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:51.997176000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | s updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304, saw: 4194304
D0908 08:17:51.997193000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: , slw: , saw:
I0908 08:17:51.997201000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:51.997208000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 1f 01 04 00 00 00 0d 86 83 c4 0f 34 14 '.............4.'
I0908 08:17:51.997214000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 53 75 62 73 63 72 69 62 65 '/proto.API/Subscribe'
I0908 08:17:51.997291000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be '.....'
I0908 08:17:51.997334000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102c056f8)
I0908 08:17:51.997347000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1040d8e60, ops=0x102c056a0, nops=1, tag=0x102c0ab30, reserved=0x0)
I0908 08:17:51.997353000 4400821696 call.cc:1526] ops[0]: RECV_STATUS_ON_CLIENT metadata=0x102c056f8 status=0x102c05710 details=0x102c05718
I0908 08:17:51.997360000 4400821696 call.cc:626] OP[client-channel:0x1040d97d0]: RECV_TRAILING_METADATA
I0908 08:17:51.997365000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1040d97f0: adding pending batch at index 5
I0908 08:17:51.997369000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1040d97f0: starting batch on subchannel_call=0x1040d9da0
I0908 08:17:51.997373000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1040d97f0: starting 1 pending batches on subchannel_call=0x1040d9da0
I0908 08:17:51.997377000 4400821696 subchannel.cc:182] OP[authority:0x1040d9e50]: RECV_TRAILING_METADATA
I0908 08:17:51.997382000 4400821696 channel_stack.cc:226] OP[message_size:0x1040d9e68]: RECV_TRAILING_METADATA
I0908 08:17:51.997385000 4400821696 channel_stack.cc:226] OP[http-client:0x1040d9e80]: RECV_TRAILING_METADATA
I0908 08:17:51.997389000 4400821696 channel_stack.cc:226] OP[message_compress:0x1040d9e98]: RECV_TRAILING_METADATA
I0908 08:17:51.997393000 4400821696 channel_stack.cc:226] OP[connected:0x1040d9eb0]: RECV_TRAILING_METADATA
I0908 08:17:51.997397000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1040da888]: RECV_TRAILING_METADATA
I0908 08:17:51.997428000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: RECV_TRAILING_METADATA; on_complete = 0x0
I0908 08:17:51.997758000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1040d8e60, ops=0x102c05740, nops=1, tag=0x102c0cf70, reserved=0x0)
I0908 08:17:51.997770000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x102c0e450
I0908 08:17:51.997777000 4400821696 call.cc:626] OP[client-channel:0x1040d97d0]: SEND_MESSAGE:flags=0x00000000:len=20
I0908 08:17:51.997782000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1040d97f0: adding pending batch at index 1
I0908 08:17:51.997786000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1040d97f0: starting batch on subchannel_call=0x1040d9da0
I0908 08:17:51.997790000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1040d97f0: starting 1 pending batches on subchannel_call=0x1040d9da0
I0908 08:17:51.997795000 4400821696 subchannel.cc:182] OP[authority:0x1040d9e50]: SEND_MESSAGE:flags=0x00000000:len=20
I0908 08:17:51.997800000 4400821696 channel_stack.cc:226] OP[message_size:0x1040d9e68]: SEND_MESSAGE:flags=0x00000000:len=20
I0908 08:17:51.997822000 4400821696 channel_stack.cc:226] OP[http-client:0x1040d9e80]: SEND_MESSAGE:flags=0x00000000:len=20
I0908 08:17:51.997832000 4400821696 channel_stack.cc:226] OP[message_compress:0x1040d9e98]: SEND_MESSAGE:flags=0x00000000:len=20
I0908 08:17:51.997837000 4400821696 channel_stack.cc:226] OP[connected:0x1040d9eb0]: SEND_MESSAGE:flags=0x00000000:len=20
I0908 08:17:51.997842000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1040da888]: SEND_MESSAGE:flags=0x00000000:len=20
I0908 08:17:51.997847000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=20; on_complete = 0x1040da688
I0908 08:17:51.997852000 4400821696 stream_lists.cc:125] 0x10301f800[13][cli]: add to writable
I0908 08:17:51.997857000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0908 08:17:51.997866000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1040da688 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.997943000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1040d8e60, ops=0x102b17530, nops=1, tag=0x102b0a330, reserved=0x0)
I0908 08:17:51.997953000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:51.997959000 4400821696 call.cc:626] OP[client-channel:0x1040d97d0]: SEND_TRAILING_METADATA{}
I0908 08:17:51.997963000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1040d97f0: adding pending batch at index 2
I0908 08:17:51.997967000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1040d97f0: starting batch on subchannel_call=0x1040d9da0
I0908 08:17:51.997972000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1040d97f0: starting 1 pending batches on subchannel_call=0x1040d9da0
I0908 08:17:51.997977000 4400821696 subchannel.cc:182] OP[authority:0x1040d9e50]: SEND_TRAILING_METADATA{}
I0908 08:17:51.997981000 4400821696 channel_stack.cc:226] OP[message_size:0x1040d9e68]: SEND_TRAILING_METADATA{}
I0908 08:17:51.997985000 4400821696 channel_stack.cc:226] OP[http-client:0x1040d9e80]: SEND_TRAILING_METADATA{}
I0908 08:17:51.997988000 4400821696 channel_stack.cc:226] OP[message_compress:0x1040d9e98]: SEND_TRAILING_METADATA{}
I0908 08:17:51.997992000 4400821696 channel_stack.cc:226] OP[connected:0x1040d9eb0]: SEND_TRAILING_METADATA{}
I0908 08:17:51.997996000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1040da888]: SEND_TRAILING_METADATA{}
I0908 08:17:51.998021000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{}; on_complete = 0x1040da6c8
I0908 08:17:51.998031000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1040da6c8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.998315000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:51.998347000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a0ccc8)
I0908 08:17:51.998359000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x105908660, ops=0x102a0f4e0, nops=1, tag=0x102a0f570, reserved=0x0)
I0908 08:17:51.998365000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:51.998374000 4400821696 call.cc:626] OP[client-channel:0x105908fd0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.998379000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x105908ff0: adding pending batch at index 0
I0908 08:17:51.998383000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x105908ff0: entering client_channel combiner
I0908 08:17:51.998386000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x105908ff0: applying service config to call
I0908 08:17:51.998391000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x105908ff0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:51.998397000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x105908ff0: create subchannel_call=0x1059095a0: error="No Error"
I0908 08:17:51.998401000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x105908ff0: starting 1 pending batches on subchannel_call=0x1059095a0
I0908 08:17:51.998420000 4400821696 subchannel.cc:182] OP[authority:0x105909650]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.998430000 4400821696 channel_stack.cc:226] OP[message_size:0x105909668]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.998439000 4400821696 channel_stack.cc:226] OP[http-client:0x105909680]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:51.998457000 4400821696 channel_stack.cc:226] OP[message_compress:0x105909698]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:51.998487000 4400821696 channel_stack.cc:226] OP[connected:0x1059096b0]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.998547000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590a088]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:51.998607000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x105909e48
I0908 08:17:51.998641000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:51.998648000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:51.998653000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:51.998657000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/Publish
I0908 08:17:51.998660000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:51.998664000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:51.998669000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:51.998673000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:51.998676000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:51.998680000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:51.998684000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:51.998690000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x10590a088 to id 15
I0908 08:17:51.998694000 4400821696 stream_lists.cc:125] 0x10301f800[15][cli]: add to writable
I0908 08:17:51.998699000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x105909e48 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.998805000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x105908660, ops=0x102f11c10, nops=1, tag=0x102f11560, reserved=0x0)
I0908 08:17:51.998815000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x102f11e10
I0908 08:17:51.998821000 4400821696 call.cc:626] OP[client-channel:0x105908fd0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.998826000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x105908ff0: adding pending batch at index 1
I0908 08:17:51.998830000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x105908ff0: starting batch on subchannel_call=0x1059095a0
I0908 08:17:51.998834000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x105908ff0: starting 1 pending batches on subchannel_call=0x1059095a0
I0908 08:17:51.998839000 4400821696 subchannel.cc:182] OP[authority:0x105909650]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.998844000 4400821696 channel_stack.cc:226] OP[message_size:0x105909668]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.998848000 4400821696 channel_stack.cc:226] OP[http-client:0x105909680]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.998853000 4400821696 channel_stack.cc:226] OP[message_compress:0x105909698]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.998857000 4400821696 channel_stack.cc:226] OP[connected:0x1059096b0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.998861000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590a088]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:51.998888000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=110; on_complete = 0x105909e88
I0908 08:17:51.998899000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x105909e88 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.998928000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a0f508)
I0908 08:17:51.998934000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a0f708)
I0908 08:17:51.998941000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x105908660, ops=0x102a0f5c0, nops=4, tag=0x102a0f540, reserved=0x0)
I0908 08:17:51.998946000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:51.998951000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x102a0f508
I0908 08:17:51.998955000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x102a09f38
I0908 08:17:51.998960000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102a0f708 status=0x102a0f720 details=0x102a0f728
I0908 08:17:51.998968000 4400821696 call.cc:626] OP[client-channel:0x105908fd0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.998972000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x105908ff0: adding pending batch at index 2
I0908 08:17:51.998976000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x105908ff0: starting batch on subchannel_call=0x1059095a0
I0908 08:17:51.998980000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x105908ff0: starting 1 pending batches on subchannel_call=0x1059095a0
I0908 08:17:51.998987000 4400821696 subchannel.cc:182] OP[authority:0x105909650]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.999009000 4400821696 channel_stack.cc:226] OP[message_size:0x105909668]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.999020000 4400821696 channel_stack.cc:226] OP[http-client:0x105909680]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.999027000 4400821696 channel_stack.cc:226] OP[message_compress:0x105909698]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.999032000 4400821696 channel_stack.cc:226] OP[connected:0x1059096b0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.999038000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590a088]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:51.999044000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x105909ec8
D0908 08:17:51.999054000 4400821696 flow_control.cc:113] 0x103020c68[15][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:51.999061000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x105909ec8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:51.999415000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1040d8e60, ops=0x10293a250, nops=1, tag=0x10293a0f0, reserved=0x0)
I0908 08:17:51.999428000 4400821696 call.cc:1526] ops[0]: RECV_MESSAGE ptr=0x102917df8
I0908 08:17:51.999434000 4400821696 call.cc:626] OP[client-channel:0x1040d97d0]: RECV_MESSAGE
I0908 08:17:51.999439000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1040d97f0: adding pending batch at index 4
I0908 08:17:51.999443000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1040d97f0: starting batch on subchannel_call=0x1040d9da0
I0908 08:17:51.999447000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1040d97f0: starting 1 pending batches on subchannel_call=0x1040d9da0
I0908 08:17:51.999452000 4400821696 subchannel.cc:182] OP[authority:0x1040d9e50]: RECV_MESSAGE
I0908 08:17:51.999456000 4400821696 channel_stack.cc:226] OP[message_size:0x1040d9e68]: RECV_MESSAGE
I0908 08:17:51.999460000 4400821696 channel_stack.cc:226] OP[http-client:0x1040d9e80]: RECV_MESSAGE
I0908 08:17:51.999464000 4400821696 channel_stack.cc:226] OP[message_compress:0x1040d9e98]: RECV_MESSAGE
I0908 08:17:51.999467000 4400821696 channel_stack.cc:226] OP[connected:0x1040d9eb0]: RECV_MESSAGE
I0908 08:17:51.999471000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1040da888]: RECV_MESSAGE
I0908 08:17:51.999475000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: RECV_MESSAGE; on_complete = 0x0
D0908 08:17:51.999483000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:51.999633000 4400821696 call.cc:573] grpc_call_unref(c=0x10483d060)
I0908 08:17:51.999652000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102c057e8)
I0908 08:17:51.999658000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102c0a158)
I0908 08:17:51.999664000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.999671000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.999681000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.999686000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:51.999692000 4400821696 stream_lists.cc:71] 0x10301f800[13][cli]: pop from writable
I0908 08:17:51.999696000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[13] im-(sent,send)=(1,0) announce=5
D0908 08:17:51.999704000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:51.999712000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data sent | trw: 65535 -> 65510, tlw: 4194309, taw: 4194304, srw: 65535 -> 65510, slw: 4194309, saw: 4194309
I0908 08:17:51.999719000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1040da6c8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:51.999724000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x1040da688 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:51.999735000 4400821696 stream_lists.cc:125] 0x10301f800[13][cli]: add to writing
I0908 08:17:51.999739000 4400821696 stream_lists.cc:71] 0x10301f800[15][cli]: pop from writable
I0908 08:17:51.999742000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[15] im-(sent,send)=(0,1) announce=5
I0908 08:17:51.999747000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.999752000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/Publish', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:51.999757000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.999761000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.999766000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:51.999771000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.999776000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:51.999781000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x105909e48 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:51.999787000 4400821696 flow_control.cc:113] 0x103020c68[15][cli] | s updt sent | trw: 65510, tlw: 4194309 -> 4194314, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:51.999795000 4400821696 flow_control.cc:113] 0x103020c68[15][cli] | data sent | trw: 65510 -> 65395, tlw: 4194314, taw: 4194304, srw: 65535 -> 65420, slw: 4194309, saw: 4194309
I0908 08:17:51.999800000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x105909ec8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:51.999805000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x105909e88 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:51.999808000 4400821696 stream_lists.cc:125] 0x10301f800[15][cli]: add to writing
D0908 08:17:51.999814000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65395, tlw: 4194314, taw: 4194304 -> 4194314, srw: , slw: , saw:
I0908 08:17:51.999838000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:51.999846000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:51.999853000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 0d 00 00 00 05 00 00 19 00 01 00 00 00 0d 00 '.......................'
I0908 08:17:51.999858000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 14 '....'
I0908 08:17:51.999863000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 10 74 65 73 74 2d 73 74 72 65 61 6d 2d 67 70 2d 37 18 02 '..test-stream-gp-7..'
I0908 08:17:51.999867000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 1d 01 04 00 00 00 0f 86 83 c4 0f 34 12 '.............4.'
I0908 08:17:51.999872000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'
I0908 08:17:51.999893000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be 00 00 04 08 00 00 00 00 0f 00 00 00 05 00 00 73 00 01 '....................s..'
I0908 08:17:51.999899000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 0f 00 00 00 00 6e '........n'
I0908 08:17:51.999905000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 6c 12 18 4b 45 59 2d 35 34 64 33 64 34 31 38 38 31 35 63 62 38 64 62 32 30 34 33 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 9e 1d dd de 35 f3 cd 79 71 bf 1d 6f 6d 38 dc 20 80 d8 a7 a7 98 d4 95 e1 15 2a 05 74 65 73 74 37 4a 24 66 62 39 61 31 32 63 37 2d 64 64 63 61 2d 34 63 61 39 2d 38 36 61 36 2d 66 65 63 33 34 62 65 39 37 38 65 31 '.l..KEY-54d3d418815cb8db2043..T....$........5..yq..om8. .........*.test7J$fb9a12c7-ddca-4ca9-86a6-fec34be978e1'
I0908 08:17:51.999911000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 0a '.............'
I0908 08:17:51.999934000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:51.999940000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:51.999947000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:51.999952000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:51.999956000 4400821696 stream_lists.cc:71] 0x10301f800[13][cli]: pop from writing
I0908 08:17:51.999959000 4400821696 stream_lists.cc:71] 0x10301f800[15][cli]: pop from writing
I0908 08:17:51.999965000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102b0a330, error="No Error", done=0x107930f3b, done_arg=0x1040db790, storage=0x1040db7e0)
I0908 08:17:51.999972000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102a0f570, error="No Error", done=0x107930f3b, done_arg=0x1059094c0, storage=0x105909510)
I0908 08:17:52.000000000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102c0cf70, error="No Error", done=0x107930f3b, done_arg=0x1040db6b0, storage=0x1040db700)
I0908 08:17:52.000005000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102f11560, error="No Error", done=0x107930f3b, done_arg=0x10590add0, storage=0x10590ae20)
I0908 08:17:52.000013000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.000018000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102b0a330 OK
I0908 08:17:52.000050000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.000079000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102a0f570 OK
I0908 08:17:52.000090000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a0ccc8)
I0908 08:17:52.000096000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.000101000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102c0cf70 OK
I0908 08:17:52.000131000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.000138000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102f11560 OK
I0908 08:17:52.000147000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.000152000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:52.000163000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:52.000168000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:52.000174000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 19 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 00 00 02 01 04 00 00 00 0d 88 c2 00 00 05 00 00 00 00 00 0d 00 00 00 00 00 00 00 02 01 04 00 00 00 0f 88 c2 00 00 05 00 00 00 00 00 0f 00 00 00 00 00 00 00 02 01 05 00 00 00 0f c1 c0 '...........................................................................................'
D0908 08:17:52.000183000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65395 -> 65420, tlw: 4194314, taw: 4194314, srw: , slw: , saw:
I0908 08:17:52.000189000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [PING_RESPONSE]
I0908 08:17:52.000193000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:52.000233000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.000239000 4400821696 parsing.cc:433] HTTP:13:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:52.000244000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.000249000 4400821696 parsing.cc:433] HTTP:13:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:52.000257000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194314 -> 4194309, taw: 4194314 -> 4194309, srw: 65510, slw: 4194309 -> 4194304, saw: 4194309 -> 4194304
I0908 08:17:52.000263000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:52.000294000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.000302000 4400821696 parsing.cc:433] HTTP:15:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:52.000306000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.000310000 4400821696 parsing.cc:433] HTTP:15:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:52.000317000 4400821696 flow_control.cc:113] 0x103020c68[15][cli] | data recv | trw: 65420, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194304, srw: 65420, slw: 4194309 -> 4194304, saw: 4194309 -> 4194304
I0908 08:17:52.000323000 4400821696 parsing.cc:657] parsing trailing_metadata
I0908 08:17:52.000328000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 0', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.000332000 4400821696 parsing.cc:512] HTTP:15:TRL:CLI: grpc-status: 30 '0'
I0908 08:17:52.000336000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: ', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:52.000340000 4400821696 parsing.cc:512] HTTP:15:TRL:CLI: grpc-message:
I0908 08:17:52.000345000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:52.000350000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:52.000355000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:52.000359000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
I0908 08:17:52.000392000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x10293a3b0, error="No Error", done=0x107930f3b, done_arg=0x1040d9cc0, storage=0x1040d9d10)
I0908 08:17:52.000399000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x10293a0f0, error="No Error", done=0x107930f3b, done_arg=0x1040db870, storage=0x1040db8c0)
D0908 08:17:52.000406000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:52.000417000 4400821696 call.cc:734] {"created":"@1567910872.000405000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0908 08:17:52.000422000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102a0f540, error="No Error", done=0x107930f3b, done_arg=0x10590aeb0, storage=0x10590af00)
D0908 08:17:52.000429000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65420, tlw: 4194304, taw: 4194304, srw: , slw: , saw:
I0908 08:17:52.000441000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:52.000447000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0908 08:17:52.000463000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:52.000469000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:52.000475000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.000480000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x10293a3b0 OK
I0908 08:17:52.000554000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x10292f818)
I0908 08:17:52.000563000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102939f48)
I0908 08:17:52.000570000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.000576000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x10293a0f0 OK
subscribe on data = {
offset: 0,
key: '',
value: '',
timestamp: 0,
subject: '',
reply: '',
headersMap: [],
ackinbox: '',
correlationid: '',
ackpolicy: 0
}
I0908 08:17:52.001253000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x1040d8e60, ops=0x102b18db0, nops=1, tag=0x102b0a330, reserved=0x0)
I0908 08:17:52.001264000 4400821696 call.cc:1526] ops[0]: RECV_MESSAGE ptr=0x102b042b8
I0908 08:17:52.001270000 4400821696 call.cc:626] OP[client-channel:0x1040d97d0]: RECV_MESSAGE
I0908 08:17:52.001275000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x1040d97f0: adding pending batch at index 4
I0908 08:17:52.001279000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x1040d97f0: starting batch on subchannel_call=0x1040d9da0
I0908 08:17:52.001283000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x1040d97f0: starting 1 pending batches on subchannel_call=0x1040d9da0
I0908 08:17:52.001288000 4400821696 subchannel.cc:182] OP[authority:0x1040d9e50]: RECV_MESSAGE
I0908 08:17:52.001292000 4400821696 channel_stack.cc:226] OP[message_size:0x1040d9e68]: RECV_MESSAGE
I0908 08:17:52.001394000 4400821696 channel_stack.cc:226] OP[http-client:0x1040d9e80]: RECV_MESSAGE
I0908 08:17:52.001403000 4400821696 channel_stack.cc:226] OP[message_compress:0x1040d9e98]: RECV_MESSAGE
I0908 08:17:52.001411000 4400821696 channel_stack.cc:226] OP[connected:0x1040d9eb0]: RECV_MESSAGE
I0908 08:17:52.001427000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1040da888]: RECV_MESSAGE
I0908 08:17:52.001442000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: RECV_MESSAGE; on_complete = 0x0
D0908 08:17:52.001452000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | app st recv | trw: 65420, tlw: 4194304, taw: 4194304, srw: 65510, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:52.001460000 4400821696 stream_lists.cc:125] 0x10301f800[13][cli]: add to writable
I0908 08:17:52.001572000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.001584000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102a0f540 OK
I0908 08:17:52.001767000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:52.001799000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102f12098)
I0908 08:17:52.001811000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10501b060, ops=0x102f11e80, nops=1, tag=0x102f120f0, reserved=0x0)
I0908 08:17:52.001817000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:52.001827000 4400821696 call.cc:626] OP[client-channel:0x10501b9d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:52.001832000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10501b9f0: adding pending batch at index 0
I0908 08:17:52.001836000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x10501b9f0: entering client_channel combiner
I0908 08:17:52.001840000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x10501b9f0: applying service config to call
I0908 08:17:52.001845000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x10501b9f0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:52.001851000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x10501b9f0: create subchannel_call=0x10501bfa0: error="No Error"
I0908 08:17:52.001855000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10501b9f0: starting 1 pending batches on subchannel_call=0x10501bfa0
I0908 08:17:52.001863000 4400821696 subchannel.cc:182] OP[authority:0x10501c050]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:52.001872000 4400821696 channel_stack.cc:226] OP[message_size:0x10501c068]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:52.001880000 4400821696 channel_stack.cc:226] OP[http-client:0x10501c080]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:52.001897000 4400821696 channel_stack.cc:226] OP[message_compress:0x10501c098]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:52.001917000 4400821696 channel_stack.cc:226] OP[connected:0x10501c0b0]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:52.001955000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10501ca88]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:52.002000000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x10501c848
I0908 08:17:52.002060000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:52.002068000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:52.002073000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:52.002078000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/Publish
I0908 08:17:52.002082000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:52.002085000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:52.002089000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:52.002093000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:52.002098000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:52.002103000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:52.002106000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:52.002111000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x10501ca88 to id 17
I0908 08:17:52.002114000 4400821696 stream_lists.cc:125] 0x10301f800[17][cli]: add to writable
I0908 08:17:52.002120000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [START_NEW_STREAM]
I0908 08:17:52.002125000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10501c848 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0908 08:17:52.002129000 4400821696 stream_lists.cc:71] 0x10301f800[13][cli]: pop from writable
I0908 08:17:52.002133000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[13] im-(sent,send)=(1,0) announce=5
D0908 08:17:52.002141000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | s updt sent | trw: 65420, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65510, slw: 4194309, saw: 4194304 -> 4194309
I0908 08:17:52.002146000 4400821696 stream_lists.cc:71] 0x10301f800[17][cli]: pop from writable
I0908 08:17:52.002150000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[17] im-(sent,send)=(0,1) announce=0
I0908 08:17:52.002155000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:52.002159000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/Publish', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:52.002164000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.002169000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.002173000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:52.002178000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.002182000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.002187000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10501c848 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:52.002194000 4400821696 flow_control.cc:113] 0x103020c68[17][cli] | s updt sent | trw: 65420, tlw: 4194309, taw: 4194304, srw: 65535, slw: 4194304, saw: 4194304
D0908 08:17:52.002200000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65420, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0908 08:17:52.002206000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:52.002212000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 0d 00 00 00 05 '.............'
I0908 08:17:52.002217000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 1d 01 04 00 00 00 11 86 83 c4 0f 34 12 '.............4.'
I0908 08:17:52.002237000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'
I0908 08:17:52.002243000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be 00 00 04 08 00 00 00 00 00 00 00 00 05 '..................'
I0908 08:17:52.002374000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10501b060, ops=0x10293a210, nops=1, tag=0x10293a260, reserved=0x0)
I0908 08:17:52.002384000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x10293acf0
I0908 08:17:52.002392000 4400821696 call.cc:626] OP[client-channel:0x10501b9d0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.002397000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10501b9f0: adding pending batch at index 1
I0908 08:17:52.002401000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10501b9f0: starting batch on subchannel_call=0x10501bfa0
I0908 08:17:52.002405000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10501b9f0: starting 1 pending batches on subchannel_call=0x10501bfa0
I0908 08:17:52.002410000 4400821696 subchannel.cc:182] OP[authority:0x10501c050]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.002414000 4400821696 channel_stack.cc:226] OP[message_size:0x10501c068]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.002418000 4400821696 channel_stack.cc:226] OP[http-client:0x10501c080]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.002423000 4400821696 channel_stack.cc:226] OP[message_compress:0x10501c098]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.002452000 4400821696 channel_stack.cc:226] OP[connected:0x10501c0b0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.002462000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10501ca88]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.002469000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=110; on_complete = 0x10501c888
I0908 08:17:52.002473000 4400821696 stream_lists.cc:125] 0x10301f800[17][cli]: add to writable
I0908 08:17:52.002478000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0908 08:17:52.002483000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10501c888 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:52.002513000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b0aca8)
I0908 08:17:52.002520000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b18db8)
I0908 08:17:52.002527000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10501b060, ops=0x102b1a630, nops=4, tag=0x102b0a100, reserved=0x0)
I0908 08:17:52.002532000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:52.002536000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x102b0aca8
I0908 08:17:52.002541000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x102b039b8
I0908 08:17:52.002546000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102b18db8 status=0x102b18dd0 details=0x102b18dd8
I0908 08:17:52.002553000 4400821696 call.cc:626] OP[client-channel:0x10501b9d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.002558000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10501b9f0: adding pending batch at index 2
I0908 08:17:52.002562000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10501b9f0: starting batch on subchannel_call=0x10501bfa0
I0908 08:17:52.002566000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10501b9f0: starting 1 pending batches on subchannel_call=0x10501bfa0
I0908 08:17:52.002573000 4400821696 subchannel.cc:182] OP[authority:0x10501c050]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.002579000 4400821696 channel_stack.cc:226] OP[message_size:0x10501c068]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.002584000 4400821696 channel_stack.cc:226] OP[http-client:0x10501c080]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.002589000 4400821696 channel_stack.cc:226] OP[message_compress:0x10501c098]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.002595000 4400821696 channel_stack.cc:226] OP[connected:0x10501c0b0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.002600000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10501ca88]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.002606000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x10501c8c8
D0908 08:17:52.002614000 4400821696 flow_control.cc:113] 0x103020c68[17][cli] | app st recv | trw: 65420, tlw: 4194309, taw: 4194309, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:52.002620000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10501c8c8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:52.002633000 4400821696 call.cc:573] grpc_call_unref(c=0x105908660)
I0908 08:17:52.002643000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a0f708)
I0908 08:17:52.002647000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a0f508)
I0908 08:17:52.002652000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.002659000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:52.002671000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:52.002675000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:52.002698000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 66 00 00 00 00 00 0d 00 00 00 00 61 12 18 4b 45 59 2d 64 30 66 30 30 39 39 31 62 30 35 61 62 34 64 64 39 64 31 38 1a 19 54 02 d4 13 ea 24 f8 a1 18 f9 dd 1f d3 4f 7d d5 bd 39 69 be 1d 77 d7 75 f0 20 f8 f8 d5 d2 a5 d0 95 e1 15 2a 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 01 12 18 4b 45 59 2d 34 62 34 66 31 30 34 30 63 31 35 34 34 66 61 37 33 31 30 39 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 86 f8 7f 5d 38 d1 cd 79 e3 87 da ef 7d 74 f4 20 c8 fb 83 d3 a5 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 02 12 18 4b 45 59 2d 34 34 36 37 32 34 65 33 65 33 36 65 36 30 36 61 31 61 36 32 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 8e 3a ef 6e 1e dd ed fa 7b ad 3a 6b 56 ba d8 20 c8 f4 af d3 a5 d0 95 e1 15 2a 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 03 12 18 4b 45 59 2d 34 38 63 31 65 63 31 65 62 65 62 65 63 65 64 36 34 33 38 64 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 8f 1c d5 e7 35 79 b7 9b 79 c7 9d eb 8d fc 74 20 c8 a3 ca d3 a5 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 04 12 18 4b 45 59 2d 64 64 61 31 33 66 65 33 37 33 38 37 31 64 39 32 33 39 65 37 1a 19 54 02 d4 13 ea 24 f8 a1 18 f9 d7 5a d7 77 de df bd fc ef 57 7d db 7f 5e ec 20 c8 a6 c6 d4 a5 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 05 12 18 4b 45 59 2d 31 31 64 63 30 36 35 62 64 38 62 61 35 64 62 66 38 36 31 64 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 5d 5d 73 4e b9 6d df 1b 6b 97 5b 7f ce b5 74 20 e0 cb b1 d6 a5 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 06 12 18 4b 45 59 2d 65 38 62 31 64 63 36 31 35 34 35 32 37 31 36 62 39 65 39 61 1a 19 54 02 d4 13 ea 24 f8 a1 18 f9 ef 1b d5 d7 3a d7 9e 39 db bd 7a 6f d7 bd 68 20 98 9e c8 d6 a5 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 07 12 18 4b 45 59 2d 31 37 30 65 31 36 65 34 34 66 35 64 32 62 63 34 66 31 34 38 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 5e f4 7b 5e 9e e3 87 f9 77 66 dc e1 fd 78 f0 20 e8 ac 8b be f0 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 08 12 18 4b 45 59 2d 62 65 63 34 64 30 37 38 39 66 38 38 32 66 38 62 39 37 36 63 1a 19 54 02 d4 13 ea 24 f8 a1 18 f9 b7 9c e1 dd 3b f3 d7 fc f3 67 fc 6f de fa 70 20 80 9e b7 be f0 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 09 12 18 4b 45 59 2d 33 37 66 30 65 64 34 66 37 35 32 62 66 32 39 36 33 39 37 34 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 7e df d1 e7 78 7f be 76 6d fd bd eb 7f 7b e0 20 f0 b9 e7 be f0 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 0a 12 18 4b 45 59 2d 36 37 65 63 34 62 61 64 62 62 36 65 61 65 63 32 62 39 63 38 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb ae de 73 86 da 75 b6 fa 79 a7 9c d9 bf 5c f0 20 d0 d8 fc be f0 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 0b 12 18 4b 45 59 2d 38 36 64 32 65 61 61 66 37 30 66 36 66 39 30 34 34 31 36 38 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb ce 9d d9 e6 9a 7f bd 1f e9 ff 74 e3 8d 7a f0 20 f8 d9 90 c0 f0 d0 95 e1 15 2a 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 0c 12 18 4b 45 59 2d 38 35 33 34 65 32 38 33 34 37 31 35 64 31 66 33 36 33 32 37 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb ce 77 e1 ed bc df 8e f5 e5 dd 5f df ad f6 ec 20 f0 95 ed c0 f0 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 0d 12 18 4b 45 59 2d 34 31 64 37 66 36 31 31 37 32 34 64 31 66 38 61 64 32 30 63 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 8d 5d ed fe b5 d7 bd b8 77 57 fc 69 dd b4 70 20 f8 d6 f9 c7 f0 d0 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 0e 12 18 4b 45 59 2d 34 62 66 39 38 63 66 62 62 34 38 32 33 34 63 34 38 38 32 39 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 86 df f7 c7 1f 6d be 3c db 7e 1c e3 cf 36 f4 20 a0 d7 e7 a3 98 d4 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 0f 12 18 4b 45 59 2d 37 37 63 36 39 62 61 39 30 32 34 33 62 32 61 64 30 37 37 38 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb be dc eb d6 da f7 4d b8 dd bd 9a 77 4e fb f0 20 d0 a3 f0 a4 98 d4 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 10 12 18 4b 45 59 2d 39 66 61 63 62 63 66 66 39 64 39 37 38 34 34 66 32 64 63 63 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb d7 da 71 b7 1f 7f d7 7d ef ce 38 7f 67 5c 70 20 e8 c2 e0 a5 98 d4 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 11 12 18 4b 45 59 2d 66 31 39 61 35 31 37 39 30 38 37 31 35 39 66 39 34 34 65 65 1a 19 54 02 d4 13 ea 24 f8 a1 18 f9 fd 7d 6b 9d 7b f7 4f 3b d7 9f 5f f7 8e 1e 78 20 d0 be e1 a6 98 d4 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 12 12 18 4b 45 59 2d 35 34 64 33 64 34 31 38 38 31 35 63 62 38 64 62 32 30 34 33 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb 9e 1d dd de 35 f3 cd 79 71 bf 1d 6f 6d 38 dc 20 e8 ee f2 a8 98 d4 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 '..f..........a..KEY-d0f00991b05ab4dd9d18..T....$.......O}..9i..w.u. .........*.test7:...reply:...subject..test7..h..........c....KEY-4b4f1040c1544fa73109..T....$.......]8..y....}t. .........*.test7:...subject..test7:...reply..h..........c....KEY-446724e3e36e606a1a62..T....$.....:.n....{.:kV.. .........*.test7:...reply:...subject..test7..h..........c....KEY-48c1ec1ebebeced6438d..T....$........5y..y.....t .........*.test7:...subject..test7:...reply..h..........c....KEY-dda13fe373871d9239e7..T....$.....Z.w.....W}..^. .........*.test7:...subject..test7:...reply..h..........c....KEY-11dc065bd8ba5dbf861d..T....$....]]sN.m..k.[...t .........*.test7:...subject..test7:...reply..h..........c....KEY-e8b1dc615452716b9e9a..T....$........:..9..zo..h .........*.test7:...subject..test7:...reply..h..........c....KEY-170e16e44f5d2bc4f148..T....$....^.{^....wf...x. .........*.test7:...subject..test7:...reply..h..........c....KEY-bec4d0789f882f8b976c..T....$........;....g.o..p .........*.test7:...subject..test7:...reply..h..........c....KEY-37f0ed4f752bf2963974..T....$....~...x..vm....{. .........*.test7:...subject..test7:...reply..h..........c....KEY-67ec4badbb6eaec2b9c8..T....$......s..u..y....\. .........*.test7:...subject..test7:...reply..h..........c....KEY-86d2eaaf70f6f9044168..T....$..............t..z. .........*.test7:...reply:...subject..test7..h..........c....KEY-8534e2834715d1f36327..T....$.....w........_.... .........*.test7:...subject..test7:...reply..h..........c....KEY-41d7f611724d1f8ad20c..T....$.....]......wW.i..p .........*.test7:...subject..test7:...reply..h..........c....KEY-4bf98cfbb48234c48829..T....$.........m.<.~...6. .........*.test7:...subject..test7:...reply..h..........c....KEY-77c69ba90243b2ad0778..T....$..........M....wN.. .........*.test7:...subject..test7:...reply..h..........c....KEY-9facbcff9d97844f2dcc..T....$......q....}..8.g\p .........*.test7:...subject..test7:...reply..h..........c....KEY-f19a5179087159f944ee..T....$.....}k.{.O;.._...x .........*.test7:...subject..test7:...reply..h..........c....KEY-54d3d418815cb8db2043..T....$........5..yq..om8. .........*.test7:...subject..test7:...reply'
D0908 08:17:52.002918000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194207, srw: 65510, slw: 4194309 -> 4194207, saw: 4194309 -> 4194207
D0908 08:17:52.002928000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4194207 -> 4194103, srw: 65510, slw: 4194207 -> 4194103, saw: 4194207 -> 4194103
D0908 08:17:52.002936000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4194103 -> 4193999, srw: 65510, slw: 4194103 -> 4193999, saw: 4194103 -> 4193999
D0908 08:17:52.002943000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193999 -> 4193895, srw: 65510, slw: 4193999 -> 4193895, saw: 4193999 -> 4193895
D0908 08:17:52.002950000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193895 -> 4193791, srw: 65510, slw: 4193895 -> 4193791, saw: 4193895 -> 4193791
D0908 08:17:52.002957000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193791 -> 4193687, srw: 65510, slw: 4193791 -> 4193687, saw: 4193791 -> 4193687
D0908 08:17:52.002964000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193687 -> 4193583, srw: 65510, slw: 4193687 -> 4193583, saw: 4193687 -> 4193583
D0908 08:17:52.002971000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193583 -> 4193479, srw: 65510, slw: 4193583 -> 4193479, saw: 4193583 -> 4193479
D0908 08:17:52.002977000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193479 -> 4193375, srw: 65510, slw: 4193479 -> 4193375, saw: 4193479 -> 4193375
D0908 08:17:52.002984000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193375 -> 4193271, srw: 65510, slw: 4193375 -> 4193271, saw: 4193375 -> 4193271
D0908 08:17:52.002992000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193271 -> 4193167, srw: 65510, slw: 4193271 -> 4193167, saw: 4193271 -> 4193167
D0908 08:17:52.002999000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193167 -> 4193063, srw: 65510, slw: 4193167 -> 4193063, saw: 4193167 -> 4193063
D0908 08:17:52.003006000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4193063 -> 4192959, srw: 65510, slw: 4193063 -> 4192959, saw: 4193063 -> 4192959
D0908 08:17:52.003074000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4192959 -> 4192855, srw: 65510, slw: 4192959 -> 4192855, saw: 4192959 -> 4192855
D0908 08:17:52.003082000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4192855 -> 4192751, srw: 65510, slw: 4192855 -> 4192751, saw: 4192855 -> 4192751
D0908 08:17:52.003089000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4192751 -> 4192647, srw: 65510, slw: 4192751 -> 4192647, saw: 4192751 -> 4192647
D0908 08:17:52.003111000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4192647 -> 4192543, srw: 65510, slw: 4192647 -> 4192543, saw: 4192647 -> 4192543
D0908 08:17:52.003119000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4192543 -> 4192439, srw: 65510, slw: 4192543 -> 4192439, saw: 4192543 -> 4192439
D0908 08:17:52.003126000 4400821696 flow_control.cc:113] 0x103020c68[13][cli] | data recv | trw: 65420, tlw: 4194304, taw: 4192439 -> 4192335, srw: 65510, slw: 4192439 -> 4192335, saw: 4192439 -> 4192335
I0908 08:17:52.003132000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 0
I0908 08:17:52.003137000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:52.003141000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
I0908 08:17:52.003148000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102b0a330, error="No Error", done=0x107930f3b, done_arg=0x1040db870, storage=0x1040db8c0)
I0908 08:17:52.003155000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:52.003160000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:52.003165000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102f120f0, error="No Error", done=0x107930f3b, done_arg=0x10501bec0, storage=0x10501bf10)
I0908 08:17:52.003169000 4400821696 stream_lists.cc:71] 0x10301f800[17][cli]: pop from writable
I0908 08:17:52.003173000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[17] im-(sent,send)=(1,0) announce=5
D0908 08:17:52.003180000 4400821696 flow_control.cc:113] 0x103020c68[17][cli] | s updt sent | trw: 65420, tlw: 4194304 -> 4194309, taw: 4192335, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:52.003233000 4400821696 flow_control.cc:113] 0x103020c68[17][cli] | data sent | trw: 65420 -> 65305, tlw: 4194309, taw: 4192335, srw: 65535 -> 65420, slw: 4194309, saw: 4194309
I0908 08:17:52.003243000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10501c8c8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:52.003248000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10501c888 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:52.003252000 4400821696 stream_lists.cc:125] 0x10301f800[17][cli]: add to writing
D0908 08:17:52.003258000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65305, tlw: 4194309, taw: 4192335 -> 4194309, srw: , slw: , saw:
I0908 08:17:52.003264000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:52.003268000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:52.003274000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 11 00 00 00 05 00 00 73 00 01 00 00 00 11 00 '...............s.......'
I0908 08:17:52.003279000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 6e '...n'
I0908 08:17:52.003285000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 6c 12 18 4b 45 59 2d 65 62 64 66 33 66 64 61 36 35 31 39 64 38 61 31 63 30 38 32 1a 19 54 02 d4 13 ea 24 f8 a1 18 f9 e6 dd 7f 77 dd 6b ae 75 f5 df 1a d5 cd 3c d8 20 80 e4 de a8 98 d4 95 e1 15 2a 05 74 65 73 74 37 4a 24 64 38 64 63 35 31 39 64 2d 35 39 39 63 2d 34 37 33 63 2d 39 38 38 64 2d 66 30 65 62 64 66 32 34 32 62 37 66 '.l..KEY-ebdf3fda6519d8a1c082..T....$.......w.k.u.....<. .........*.test7J$d8dc519d-599c-473c-988d-f0ebdf242b7f'
I0908 08:17:52.003290000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 07 b6 '.............'
I0908 08:17:52.003308000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.003327000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102b0a330 OK
I0908 08:17:52.003897000 4400821696 call.cc:667] grpc_call_cancel_with_status(c=0x1040d8e60, status=13, description=Failed to parse server response, reserved=0x0)
I0908 08:17:52.003922000 4400821696 call.cc:626] OP[client-channel:0x1040d97d0]: CANCEL:{"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.003929000 4400821696 client_channel.cc:1990] chand=0x102f10f20 calld=0x1040d97f0: recording cancel_error={"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.003935000 4400821696 subchannel.cc:182] OP[authority:0x1040d9e50]: CANCEL:{"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.003940000 4400821696 channel_stack.cc:226] OP[message_size:0x1040d9e68]: CANCEL:{"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.003970000 4400821696 channel_stack.cc:226] OP[http-client:0x1040d9e80]: CANCEL:{"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.003975000 4400821696 channel_stack.cc:226] OP[message_compress:0x1040d9e98]: CANCEL:{"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.003980000 4400821696 channel_stack.cc:226] OP[connected:0x1040d9eb0]: CANCEL:{"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.004004000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x1040da888]: CANCEL:{"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.004016000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: CANCEL:{"created":"@1567910872.003909000","description":"Failed to parse server response","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":720,"grpc_message":"Failed to parse server response","grpc_status":13}; on_complete = 0x102a0d320
I0908 08:17:52.004023000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [RST_STREAM]
I0908 08:17:52.004032000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x102a0d320 refs=0 flags=0x0000 desc=op->on_complete err="No Error" write_state=WRITING+MORE
D0908 08:17:52.004040000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:52.004052000 4400821696 call.cc:734] {"created":"@1567910872.004039000","description":"Error received from peer ipv6:[::1]:9292","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"Failed to parse server response","grpc_status":13}
I0908 08:17:52.004059000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102c0ab30, error="No Error", done=0x107930f3b, done_arg=0x1040db5d0, storage=0x1040db620)
I0908 08:17:52.004131000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 8192
I0908 08:17:52.004140000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.004147000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102f120f0 OK
I0908 08:17:52.004160000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102f12098)
I0908 08:17:52.004166000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.004171000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102c0ab30 OK
subscribe on error! Error: 13 INTERNAL: Failed to parse server response
at Object.exports.createStatusError (~Projects/node-liftbridge/node_modules/grpc/src/common.js:91:15)
at ClientReadableStream._emitStatusIfDone (~Projects/node-liftbridge/node_modules/grpc/src/client.js:233:26)
at ClientReadableStream._receiveStatus (~Projects/node-liftbridge/node_modules/grpc/src/client.js:211:8)
at Object.onReceiveStatus (~Projects/node-liftbridge/node_modules/grpc/src/client_interceptors.js:1272:15)
at InterceptingListener._callNext (~Projects/node-liftbridge/node_modules/grpc/src/client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (~Projects/node-liftbridge/node_modules/grpc/src/client_interceptors.js:618:8)
at ~Projects/node-liftbridge/node_modules/grpc/src/client_interceptors.js:1029:24 {
code: 13,
metadata: undefined,
details: 'Failed to parse server response'
}
subscribe on status = { code: 13, details: 'Failed to parse server response' }
I0908 08:17:52.005551000 4400821696 call.cc:573] grpc_call_unref(c=0x1040d8e60)
I0908 08:17:52.005576000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102c056f8)
I0908 08:17:52.005585000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.005592000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:52.005610000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:52.005616000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:52.005624000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 e6 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 00 00 02 01 04 00 00 00 11 88 c2 00 00 05 00 00 00 00 00 11 00 00 00 00 00 00 00 02 01 05 00 00 00 11 c1 c0 00 00 68 00 00 00 00 00 0d 00 00 00 00 63 08 13 12 18 4b 45 59 2d 65 62 64 66 33 66 64 61 36 35 31 39 64 38 61 31 63 30 38 32 1a 19 54 02 d4 13 ea 24 f8 a1 18 f9 e6 dd 7f 77 dd 6b ae 75 f5 df 1a d5 cd 3c d8 20 80 aa ad aa 98 d4 95 e1 15 2a 05 74 65 73 74 37 3a 10 0a 07 73 75 62 6a 65 63 74 12 05 74 65 73 74 37 3a 07 0a 05 72 65 70 6c 79 '....................................................................h..........c....KEY-ebdf3fda6519d8a1c082..T....$.......w.k.u.....<. .........*.test7:...subject..test7:...reply'
D0908 08:17:52.005635000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65305 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:52.005641000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:52.005646000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.005651000 4400821696 parsing.cc:433] HTTP:17:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:52.005657000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.005663000 4400821696 parsing.cc:433] HTTP:17:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:52.005671000 4400821696 flow_control.cc:113] 0x103020c68[17][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194304, srw: 65420, slw: 4194309 -> 4194304, saw: 4194309 -> 4194304
I0908 08:17:52.005679000 4400821696 parsing.cc:657] parsing trailing_metadata
I0908 08:17:52.005684000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 0', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.005688000 4400821696 parsing.cc:512] HTTP:17:TRL:CLI: grpc-status: 30 '0'
I0908 08:17:52.005693000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: ', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:52.005697000 4400821696 parsing.cc:512] HTTP:17:TRL:CLI: grpc-message:
D0908 08:17:52.005704000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | data recv | trw: 65535, tlw: 4194304, taw: 4194304 -> 4194200, srw: , slw: , saw:
I0908 08:17:52.005710000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:52.005716000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:52.005721000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:52.005726000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:52.005735000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:52.005746000 4400821696 call.cc:734] {"created":"@1567910872.005734000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0908 08:17:52.005756000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:52.005762000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:52.005766000 4400821696 stream_lists.cc:71] 0x10301f800[17][cli]: pop from writing
I0908 08:17:52.005772000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102b0a100, error="No Error", done=0x107930f3b, done_arg=0x10501d8b0, storage=0x10501d900)
I0908 08:17:52.005778000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x10293a260, error="No Error", done=0x107930f3b, done_arg=0x10501d7d0, storage=0x10501d820)
D0908 08:17:52.005785000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 4194200 -> 4194304, srw: , slw: , saw:
I0908 08:17:52.005791000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:52.005796000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:52.005801000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 00 00 04 03 00 00 '.......................'
I0908 08:17:52.005806000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 0d 00 00 00 02 00 00 04 08 00 00 00 00 00 00 00 00 68 '...................h'
I0908 08:17:52.005831000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.005839000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102b0a100 OK
I0908 08:17:52.006067000 4400821696 channel.cc:322] grpc_channel_get_target(channel=0x102f10e20)
I0908 08:17:52.006105000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a0f568)
I0908 08:17:52.006117000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10590d460, ops=0x102a0fa30, nops=1, tag=0x102a0fac0, reserved=0x0)
I0908 08:17:52.006123000 4400821696 call.cc:1526] ops[0]: SEND_INITIAL_METADATA(nil)
I0908 08:17:52.006133000 4400821696 call.cc:626] OP[client-channel:0x10590ddd0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:52.006138000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10590ddf0: adding pending batch at index 0
I0908 08:17:52.006143000 4400821696 client_channel.cc:2030] chand=0x102f10f20 calld=0x10590ddf0: entering client_channel combiner
I0908 08:17:52.006147000 4400821696 client_channel.cc:3666] chand=0x102f10f20 calld=0x10590ddf0: applying service config to call
I0908 08:17:52.006152000 4400821696 client_channel.cc:3790] chand=0x102f10f20 calld=0x10590ddf0: LB pick returned COMPLETE (subchannel=0x10292fa20, error="No Error")
I0908 08:17:52.006159000 4400821696 client_channel.cc:3568] chand=0x102f10f20 calld=0x10590ddf0: create subchannel_call=0x10590e3a0: error="No Error"
I0908 08:17:52.006163000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10590ddf0: starting 1 pending batches on subchannel_call=0x10590e3a0
I0908 08:17:52.006170000 4400821696 subchannel.cc:182] OP[authority:0x10590e450]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:52.006178000 4400821696 channel_stack.cc:226] OP[message_size:0x10590e468]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:52.006187000 4400821696 channel_stack.cc:226] OP[http-client:0x10590e480]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'}
I0908 08:17:52.006204000 4400821696 channel_stack.cc:226] OP[message_compress:0x10590e498]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)'}
I0908 08:17:52.006225000 4400821696 channel_stack.cc:226] OP[connected:0x10590e4b0]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:52.006261000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590ee88]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0908 08:17:52.006306000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 'http', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=6c 6f 63 61 6c 68 6f 73 74 3a 39 32 39 32 'localhost:9292', key=3a 70 61 74 68 ':path' value=2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 33 2e 33 20 67 72 70 63 2d 63 2f 37 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 6e 61 6d 29 'grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x10590ec48
I0908 08:17:52.006336000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :scheme: http
I0908 08:17:52.006345000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :method: POST
I0908 08:17:52.006350000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :authority: localhost:9292
I0908 08:17:52.006354000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: :path: /proto.API/Publish
I0908 08:17:52.006358000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: te: trailers
I0908 08:17:52.006361000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: content-type: application/grpc
I0908 08:17:52.006365000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)
I0908 08:17:52.006392000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0908 08:17:52.006396000 4400821696 chttp2_transport.cc:1397] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0908 08:17:52.006401000 4400821696 stream_lists.cc:125] 0x10301f800[0][cli]: add to waiting_for_concurrency
I0908 08:17:52.006405000 4400821696 stream_lists.cc:71] 0x10301f800[0][cli]: pop from waiting_for_concurrency
I0908 08:17:52.006409000 4400821696 chttp2_transport.cc:1208] HTTP:CLI: Transport 0x10301f800 allocating new grpc_chttp2_stream 0x10590ee88 to id 19
I0908 08:17:52.006413000 4400821696 stream_lists.cc:125] 0x10301f800[19][cli]: add to writable
I0908 08:17:52.006419000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING+MORE [START_NEW_STREAM]
I0908 08:17:52.006424000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590ec48 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:52.006550000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10590d460, ops=0x102f11ef0, nops=1, tag=0x102f121b0, reserved=0x0)
I0908 08:17:52.006563000 4400821696 call.cc:1526] ops[0]: SEND_MESSAGE ptr=0x102f12060
I0908 08:17:52.006571000 4400821696 call.cc:626] OP[client-channel:0x10590ddd0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.006579000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10590ddf0: adding pending batch at index 1
I0908 08:17:52.006583000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10590ddf0: starting batch on subchannel_call=0x10590e3a0
I0908 08:17:52.006587000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10590ddf0: starting 1 pending batches on subchannel_call=0x10590e3a0
I0908 08:17:52.006592000 4400821696 subchannel.cc:182] OP[authority:0x10590e450]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.006598000 4400821696 channel_stack.cc:226] OP[message_size:0x10590e468]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.006603000 4400821696 channel_stack.cc:226] OP[http-client:0x10590e480]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.006607000 4400821696 channel_stack.cc:226] OP[message_compress:0x10590e498]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.006612000 4400821696 channel_stack.cc:226] OP[connected:0x10590e4b0]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.006617000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590ee88]: SEND_MESSAGE:flags=0x00000000:len=110
I0908 08:17:52.006622000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=110; on_complete = 0x10590ec88
I0908 08:17:52.006628000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590ec88 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:52.006650000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102f11f28)
I0908 08:17:52.006657000 4400821696 metadata_array.cc:29] grpc_metadata_array_init(array=0x102f12398)
I0908 08:17:52.006664000 4400821696 call.cc:1927] grpc_call_start_batch(call=0x10590d460, ops=0x102f12200, nops=4, tag=0x102f12420, reserved=0x0)
I0908 08:17:52.006668000 4400821696 call.cc:1526] ops[0]: SEND_CLOSE_FROM_CLIENT
I0908 08:17:52.006673000 4400821696 call.cc:1526] ops[1]: RECV_INITIAL_METADATA ptr=0x102f11f28
I0908 08:17:52.006676000 4400821696 call.cc:1526] ops[2]: RECV_MESSAGE ptr=0x102f11f18
I0908 08:17:52.006681000 4400821696 call.cc:1526] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102f12398 status=0x102f123b0 details=0x102f123b8
I0908 08:17:52.006689000 4400821696 call.cc:626] OP[client-channel:0x10590ddd0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.006694000 4400821696 client_channel.cc:2207] chand=0x102f10f20 calld=0x10590ddf0: adding pending batch at index 2
I0908 08:17:52.006697000 4400821696 client_channel.cc:2018] chand=0x102f10f20 calld=0x10590ddf0: starting batch on subchannel_call=0x10590e3a0
I0908 08:17:52.006701000 4400821696 client_channel.cc:2370] chand=0x102f10f20 calld=0x10590ddf0: starting 1 pending batches on subchannel_call=0x10590e3a0
I0908 08:17:52.006708000 4400821696 subchannel.cc:182] OP[authority:0x10590e450]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.006715000 4400821696 channel_stack.cc:226] OP[message_size:0x10590e468]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.006720000 4400821696 channel_stack.cc:226] OP[http-client:0x10590e480]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.006726000 4400821696 channel_stack.cc:226] OP[message_compress:0x10590e498]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.006731000 4400821696 channel_stack.cc:226] OP[connected:0x10590e4b0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.006737000 4400821696 chttp2_transport.cc:1725] perform_stream_op[s=0x10590ee88]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0908 08:17:52.006743000 4400821696 chttp2_transport.cc:1421] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x10590ecc8
D0908 08:17:52.006752000 4400821696 flow_control.cc:113] 0x103020c68[19][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0908 08:17:52.006758000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590ecc8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0908 08:17:52.006773000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b18db8)
I0908 08:17:52.006778000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b0aca8)
I0908 08:17:52.006784000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.006791000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x10293a260 OK
I0908 08:17:52.006808000 4400821696 call.cc:573] grpc_call_unref(c=0x10501b060)
I0908 08:17:52.006820000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.006826000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:52.006836000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:52.006841000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING+MORE -> WRITING [continue writing]
I0908 08:17:52.006847000 4400821696 stream_lists.cc:71] 0x10301f800[19][cli]: pop from writable
I0908 08:17:52.006851000 4400821696 writing.cc:430] W:0x10301f800 CLIENT[19] im-(sent,send)=(0,1) announce=5
I0908 08:17:52.006856000 4400821696 hpack_encoder.cc:490] Encode: ':authority: localhost:9292', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:52.006862000 4400821696 hpack_encoder.cc:490] Encode: ':path: /proto.API/Publish', elem_interned=0 [2], k_interned=1, v_interned=0
I0908 08:17:52.006874000 4400821696 hpack_encoder.cc:490] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.006879000 4400821696 hpack_encoder.cc:490] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.006884000 4400821696 hpack_encoder.cc:490] Encode: 'user-agent: grpc-node/1.23.3 grpc-c/7.0.0 (osx; chttp2; gangnam)', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:52.006888000 4400821696 hpack_encoder.cc:490] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.006893000 4400821696 hpack_encoder.cc:490] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.006898000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590ec48 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0908 08:17:52.006906000 4400821696 flow_control.cc:113] 0x103020c68[19][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0908 08:17:52.006914000 4400821696 flow_control.cc:113] 0x103020c68[19][cli] | data sent | trw: 65535 -> 65420, tlw: 4194309, taw: 4194304, srw: 65535 -> 65420, slw: 4194309, saw: 4194309
I0908 08:17:52.006920000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590ecc8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0908 08:17:52.006933000 4400821696 chttp2_transport.cc:1270] complete_closure_step: t=0x10301f800 0x10590ec88 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0908 08:17:52.006938000 4400821696 stream_lists.cc:125] 0x10301f800[19][cli]: add to writing
D0908 08:17:52.006944000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65420, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0908 08:17:52.006949000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in background]
I0908 08:17:52.006954000 4400821696 executor.cc:290] EXECUTOR (default-executor) schedule 0x10301f8f0 inline
I0908 08:17:52.006960000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 1d 01 04 00 00 00 13 86 83 c4 0f 34 12 '.............4.'
I0908 08:17:52.006964000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 2f 70 72 6f 74 6f 2e 41 50 49 2f 50 75 62 6c 69 73 68 '/proto.API/Publish'
I0908 08:17:52.006969000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): c2 c1 c0 bf be 00 00 04 08 00 00 00 00 13 00 00 00 05 00 00 73 00 01 '....................s..'
I0908 08:17:52.006975000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 00 13 00 00 00 00 6e '........n'
I0908 08:17:52.006981000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 0a 6c 12 18 4b 45 59 2d 39 32 61 63 39 65 63 65 33 62 35 30 62 63 34 37 62 62 30 37 1a 19 54 02 d4 13 ea 24 f8 a1 18 fb dd 9a 73 d7 9c 7b 76 f9 d1 b7 38 ed b6 f4 ec 20 80 fc 8f ab 98 d4 95 e1 15 2a 05 74 65 73 74 37 4a 24 62 66 39 31 37 32 36 65 2d 30 36 33 62 2d 34 39 64 38 2d 61 36 33 65 2d 64 63 34 30 39 63 36 33 66 37 38 66 '.l..KEY-92ac9ece3b50bc47bb07..T....$......s..{v...8.... .........*.test7J$bf91726e-063b-49d8-a63e-dc409c63f78f'
I0908 08:17:52.006986000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 05 '.............'
I0908 08:17:52.007021000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.007028000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:52.007034000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:52.007038000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:52.007043000 4400821696 stream_lists.cc:71] 0x10301f800[19][cli]: pop from writing
I0908 08:17:52.007049000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102a0fac0, error="No Error", done=0x107930f3b, done_arg=0x10590e2c0, storage=0x10590e310)
I0908 08:17:52.007055000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102f121b0, error="No Error", done=0x107930f3b, done_arg=0x10590fbd0, storage=0x10590fc20)
I0908 08:17:52.007074000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.007081000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102a0fac0 OK
I0908 08:17:52.007096000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a0f568)
I0908 08:17:52.007102000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.007107000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102f121b0 OK
I0908 08:17:52.007116000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.007122000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:52.007133000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:52.007138000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:52.007142000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 04 08 00 00 00 00 00 00 00 00 73 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 '............s.................'
D0908 08:17:52.007152000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt recv | trw: 65420 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:52.007159000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state IDLE -> WRITING [PING_RESPONSE]
I0908 08:17:52.007165000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:52.007170000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:52.007175000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:52.007179000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:52.007185000 4400821696 flow_control.cc:113] 0x103020c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0908 08:17:52.007233000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> WRITING [begin write in current thread]
I0908 08:17:52.007245000 4400821696 tcp_custom.cc:235] WRITE 0x10292f1f0 (peer=ipv6:[::1]:9292): 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0908 08:17:52.007262000 4400821696 tcp_custom.cc:218] write complete on 0x10292f1f0: error="No Error"
I0908 08:17:52.007268000 4400821696 chttp2_transport.cc:837] W:0x10301f800 CLIENT [ipv6:[::1]:9292] state WRITING -> IDLE [finish writing]
I0908 08:17:52.007276000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.007282000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
I0908 08:17:52.007293000 4400821696 tcp_custom.cc:127] TCP:0x10292f1f0 call_cb 0x10301f940 0x107946625:0x10301f800
I0908 08:17:52.007297000 4400821696 tcp_custom.cc:131] read: error="No Error"
I0908 08:17:52.007302000 4400821696 tcp_custom.cc:136] READ 0x102937cb0 (peer=ipv6:[::1]:9292): 00 00 02 01 04 00 00 00 13 88 c2 00 00 05 00 00 00 00 00 13 00 00 00 00 00 00 00 02 01 05 00 00 00 13 c1 c0 '....................................'
I0908 08:17:52.007307000 4400821696 parsing.cc:652] parsing initial_metadata
I0908 08:17:52.007314000 4400821696 hpack_parser.cc:634] Decode: ':status: 200', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.007318000 4400821696 parsing.cc:433] HTTP:19:HDR:CLI: :status: 32 30 30 '200'
I0908 08:17:52.007323000 4400821696 hpack_parser.cc:634] Decode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.007328000 4400821696 parsing.cc:433] HTTP:19:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0908 08:17:52.007337000 4400821696 flow_control.cc:113] 0x103020c68[19][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4194304, srw: 65420, slw: 4194309 -> 4194304, saw: 4194309 -> 4194304
I0908 08:17:52.007343000 4400821696 parsing.cc:657] parsing trailing_metadata
I0908 08:17:52.007348000 4400821696 hpack_parser.cc:634] Decode: 'grpc-status: 0', elem_interned=1 [1], k_interned=1, v_interned=1
I0908 08:17:52.007351000 4400821696 parsing.cc:512] HTTP:19:TRL:CLI: grpc-status: 30 '0'
I0908 08:17:52.007356000 4400821696 hpack_parser.cc:634] Decode: 'grpc-message: ', elem_interned=1 [3], k_interned=1, v_interned=1
I0908 08:17:52.007360000 4400821696 parsing.cc:512] HTTP:19:TRL:CLI: grpc-message:
I0908 08:17:52.007365000 4400821696 resource_quota.cc:948] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: free 8192; free_pool -> 16384
I0908 08:17:52.007371000 4400821696 resource_quota.cc:889] RQ anonymous_pool_1029378c0 ipv6:[::1]:9292: alloc 8192; free_pool -> 8192
I0908 08:17:52.007376000 4400821696 tcp_custom.cc:174] TCP:0x10292f1f0 read_allocation_done: "No Error"
I0908 08:17:52.007380000 4400821696 tcp_custom.cc:191] Initiating read on 0x10292f1f0: error="No Error"
D0908 08:17:52.007388000 4400821696 call.cc:733] set_final_status CLI
D0908 08:17:52.007399000 4400821696 call.cc:734] {"created":"@1567910872.007387000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0908 08:17:52.007405000 4400821696 completion_queue.cc:688] cq_end_op_for_next(cq=0x102a0d920, tag=0x102f12420, error="No Error", done=0x107930f3b, done_arg=0x10590fcb0, storage=0x10590fd00)
I0908 08:17:52.007412000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.007418000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: OP_COMPLETE: tag:0x102f12420 OK
I0908 08:17:52.007495000 4400821696 call.cc:573] grpc_call_unref(c=0x10590d460)
I0908 08:17:52.007510000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102f12398)
I0908 08:17:52.007515000 4400821696 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102f11f28)
I0908 08:17:52.007520000 4400821696 completion_queue.cc:966] grpc_completion_queue_next(cq=0x102a0d920, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0908 08:17:52.007525000 4400821696 completion_queue.cc:1066] RETURN_EVENT[0x102a0d920]: QUEUE_TIMEOUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment