Commit graph

205 commits

Author SHA1 Message Date
Niko Storni a2d51cee3d enable db 2019-07-10 20:59:52 +02:00
Alex Grintsvayg 47425c2c50
Merge branch 'db_restructure'
* db_restructure:
  make new changes backwards-compatible while we migrate
  use IDs instead of hashes for join table
2019-07-10 12:48:15 -04:00
Alex Grintsvayg 594a45a271
make new changes backwards-compatible while we migrate 2019-07-10 11:28:56 -04:00
Alex Grintsvayg fd39b09e95
use IDs instead of hashes for join table 2019-07-10 11:27:19 -04:00
Alex Grintsvayg fce8beea4d
dont try to connect to db when useDB is off 2019-07-10 09:39:21 -04:00
Niko Storni 96e0c2e2b2 temporarily turn off reflector 2019-07-10 15:22:00 +02:00
Niko bb5df9896a
one more try 2019-07-06 02:31:13 -04:00
Niko accd79c81f
turn off db again 2019-07-05 18:55:25 -04:00
Niko 32dae2704f
turn reflector back on 2019-07-05 17:21:04 -04:00
Alex Grintsvayg 2ed1e23228
fix error counter 2019-07-03 16:17:31 -04:00
Alex Grintsvayg d61f7c892f
off 2019-07-03 15:41:12 -04:00
Alex Grintsvayg 027409fe40
Merge branch 'uploader'
* uploader:
  separate uploader into reusable component
2019-07-03 13:41:56 -04:00
Alex Grintsvayg 38401bf8d6
separate uploader into reusable component 2019-07-03 13:39:37 -04:00
Alex Grintsvayg 825e699114
turn db back on 2019-07-03 13:02:39 -04:00
Alex Grintsvayg 6509c7dc52
turn off db 2019-07-02 09:33:15 -04:00
Alex Grintsvayg c088a65041
make it easy to turn the db on and off 2019-07-02 09:32:53 -04:00
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