Chris Bannister
|
25a8e282f8
cluster: remove NumStreams config
|
10 年之前 |
Chris Bannister
|
753dd6d05f
conn: replace streams chan with an ID generator
|
10 年之前 |
Chris Bannister
|
83d38bd442
conn: lazily allocate stream call
|
10 年之前 |
Adriano Orioli
|
961b65bd1e
added a list of approved authenticators
|
10 年之前 |
Chris Bannister
|
75ef4c239a
conn: dont mutate the conn config
|
10 年之前 |
Chris Bannister
|
c8020c32f0
wait for schema agreement in conn
|
10 年之前 |
Chris Bannister
|
8902c68ae1
Fix response handling for UDF queries
|
10 年之前 |
Chris Bannister
|
e5248ed2fb
add internal control connection
|
10 年之前 |
Chris Bannister
|
d0dbd15082
dont recycle framers until closing iters
|
10 年之前 |
Chris Bannister
|
23252e61b3
Dont store the prepared frame in the LRU
|
10 年之前 |
Chris Bannister
|
fd5e48d695
keep trying to get schemas until the deadline
|
10 年之前 |
Chris Bannister
|
9d074d372f
maybe travis is really slow at times
|
10 年之前 |
Chris Bannister
|
c591c45a5b
increase the max wait time, travis might be slow
|
10 年之前 |
Chris Bannister
|
8024440659
Add method to await for schema to become consistent
|
10 年之前 |
Chris Bannister
|
231332cc32
Merge pull request #491 from ChannelMeter/feature/executeBatchCAS
|
10 年之前 |
Nimi Wariboko Jr
|
475be1ed0b
Add ExecuteBatchCAS and MapExecuteBatchCAS functions for using batches with LWT. Fixes #453
|
10 年之前 |
Chris Bannister
|
e445fe4e6a
if we read a frame header and dont have a handler, consume the frame and ignore it
|
10 年之前 |
Chris Bannister
|
4b3922d0ad
when writing a frame fails close the connection to prevent streams being left unusable
|
10 年之前 |
Chris Bannister
|
77cf2b54fa
expose page state
|
10 年之前 |
Chris Bannister
|
3bc659aecb
Merge pull request #463 from Zariel/proto-v4
|
10 年之前 |
Chris Bannister
|
3233d7ba31
conn: release the stream when recieving an error
|
10 年之前 |
Chris Bannister
|
009b6056da
syntax tidyup
|
10 年之前 |
Chris Bannister
|
55d4a26bf9
return the type of the unknown frame
|
10 年之前 |
Chris Bannister
|
6b4a5e5a2c
Update frame for proto v4 prepared and events
|
10 年之前 |
Chris Bannister
|
9be46a1f88
correctly handle negative streams, differentiate -1
|
10 年之前 |
Chris Bannister
|
cc781fbf13
fix assumptions about number of streams
|
10 年之前 |
Chris Bannister
|
c5ae7cf29d
conn: dont use stream 0 for outgoing requests
|
10 年之前 |
Chris Bannister
|
8819158121
conn: ensure that call.framer is not nil
|
10 年之前 |
Chris Bannister
|
9004be2f10
conn: ensure that stream is within bounds
|
10 年之前 |
Chris Bannister
|
2ed0ffe748
prevent duplicate stream usage
|
10 年之前 |