Commit graph

389 commits

Author SHA1 Message Date
Alex Grintsvayg
c7643fb5da
check blocklist first, its cheaper 2019-07-02 09:21:26 -04:00
Alex Grintsvayg
c3ab5dd2a5
log timed-out query 2019-06-27 15:34:12 -04:00
Alex Grintsvayg
2047fe6c05
maybe removing this transaction will improve the situation? 2019-06-27 15:30:38 -04:00
Alex Grintsvayg
6166ff37cf
retry timed-out queries 2019-06-26 14:36:05 -04:00
Alex Grintsvayg
970585c75d
slight edit 2019-06-26 11:47:53 -04:00
Alex Grintsvayg
71549c0dea
limit idle connections 2019-06-26 11:02:37 -04:00
Alex Grintsvayg
46ae5a502a
Revert "temporarily disable reflector and db"
This reverts commit fb2f807e6a.
2019-06-25 13:46:04 -04:00
Alex Grintsvayg
fb2f807e6a
temporarily disable reflector and db 2019-06-25 13:08:35 -04:00
Alex Grintsvayg
ad1eea1e8e
a bit of debugging 2019-06-25 09:13:25 -04:00
Alex Grintsvayg
dfb77d3547
bump up batch size to speed up querying 2019-06-25 08:44:37 -04:00
Niko Storni
96427136ef disable megacheck until it's fixed 2019-06-20 19:13:57 +02:00
Alex Grintsvayg
c649636eeb
better error when connection fails 2019-06-05 11:03:55 -04:00
Alex Grintsvayg
2e81b1ab03
add stat tracking for blob download. stream download will always say 0 2019-05-01 15:42:23 -04:00
Alex Grintsvayg
fa2ec38d3e
start logging received json on decode error 2019-05-01 15:39:14 -04:00
Alex Grintsvayg
2cacdaf22d
support new protobufs, stop using victor's wallet server 2019-04-29 17:19:59 -04:00
Alex Grintsvayg
3b269050af
move aws deploy up so you see it first 2019-03-22 09:12:10 -04:00
Mark Beamer Jr
59ff828794
dont go get go lint 2019-03-21 23:37:01 -04:00
Thomas Zarebczan
4569d04522
5 second timeout? wtf 2019-03-21 23:22:31 -04:00
Alex Grintsvayg
7a618f4228
ignore write error for closed connection 2019-03-18 16:29:28 -04:00
Alex Grintsvayg
0d996d7415
lbry.com switch 2019-03-18 12:28:29 -04:00
Alex Grintsvayg
2744080c6b
remove extra log statement 2019-02-08 20:19:58 -05:00
Alex Grintsvayg
41b513439f
enable travis build cache 2019-02-08 17:33:43 -05:00
Alex Grintsvayg
31daec7054
comment out unreachable code 2019-02-08 17:29:31 -05:00
Alex Grintsvayg
00feaaf76c
more unique error messages 2019-02-08 17:28:09 -05:00
Alex Grintsvayg
a98990f573
track peer errors as well 2019-02-08 14:56:41 -05:00
Alex Grin
5788f5aa55
Merge pull request #24 from lbryio/lower_verbosity_on_slack_blob_server
supress timeouts and connection reset from logs as they are common for blob serving
2019-02-06 15:52:18 -05:00
Victor Shyba
922a9402aa supress timeouts and connection reset from logs as they are common for blob server 2019-02-06 17:04:57 -03:00
Alex Grintsvayg
05e0a506b4
better debug output 2019-01-29 14:42:45 -05:00
Alex Grintsvayg
a8fe33ecf4
this is how the daemon actually finds the reflector peer port 2019-01-29 14:33:55 -05:00
Alex Grintsvayg
030ed4914d
test reflector server 2019-01-29 14:28:40 -05:00
Alex Grintsvayg
e03810903a
ignore some errors in peer proto, add write deadline to peer proto 2019-01-25 16:49:45 -05:00
Alex Grintsvayg
b0b2d21a08
reduce logging on sending blobs 2019-01-17 16:49:19 -05:00
Alex Grintsvayg
557988d2cb minor renames 2019-01-16 11:45:28 -05:00
Alex Grintsvayg
6acb99c74d fixed a bunch of errors in wallet node 2019-01-16 11:41:58 -05:00
Alex Grintsvayg
d77f5d17f3 Merge branch 'composite-request'
* composite-request:
  also run peer server on reflector
  handle new composite requests
2019-01-16 09:57:45 -05:00
Alex Grintsvayg
609ebdb74e also run peer server on reflector 2019-01-16 09:54:47 -05:00
Alex Grintsvayg
5baa66f0aa handle new composite requests 2019-01-15 14:23:08 -05:00
Alex Grintsvayg
75ad143d84 switch to lbry.go/stream 2019-01-10 08:02:43 -05:00
Alex Grintsvayg
14d6d32a41 move dht to lbry.go repo 2019-01-09 17:52:30 -05:00
Alex Grintsvayg
e3ae0ef5c9 minor 2018-12-26 18:36:04 -05:00
Alex Grintsvayg
db791e26ef store blobs in s3 intelligent-tiering storage class 2018-12-26 15:05:32 -05:00
Alex Grintsvayg
dc104dd17b switch to go modules, drop testing against go master 2018-12-26 14:12:04 -05:00
Alex Grintsvayg
e67e3dbf85 typo 2018-10-08 13:29:05 -04:00
Alex Grintsvayg
e14a1f36cf Merge branch 'stream'
* stream:
  started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON)
2018-10-04 15:05:37 -04:00
Alex Grintsvayg
11ebfb822b started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON) 2018-10-04 15:05:19 -04:00
Alex Grintsvayg
4293e772e2 readme 2018-09-27 16:46:49 -04:00
Alex Grintsvayg
686ac662cc more common errors 2018-09-26 16:00:19 -04:00
Alex Grintsvayg
747a6ec2b2 make linter happy 2018-09-24 10:48:01 -04:00
Alex Grintsvayg
046868c4e0 Merge branch 'blocklist'
* blocklist:
  fixes from nikos review
  actually done now
  done, but NEEDS MIGRATION AND TESTING
  beginning of blocklist support
  lbryumx client
2018-09-24 10:03:54 -04:00
Alex Grintsvayg
53d3eea8fb fixes from nikos review 2018-09-21 09:18:39 -04:00