storj/pkg
Ivan Fraixedes e47b8ed131
storagenode: No FATAL error when unsent orders aren't found (#2801)
* pkg/process: Fatal show complete error information
  Change the general process execution function to not using the sugared
  logger for outputting the full error information.
  Delete some unreachable code because Zap logger Fatal method calls exit
  1 internally.
* storagenode/storagenodedb: Add info to error
  Add more information to an error returned due to some data
  inconsistency.
* storagenode/orders: Don't use sugared logger
  Don't use sugar logger and provide better contextualized error messages
  in settle method.
* storagenode/orders: Add some log fields to error msgs
  Add some relevant log fields to some logged errors of the sender settle
  method.
* satellite/orders: Remove always nil error from debug
  Remove an error which as logged in debug level which was always nil and
  makes the logic that used this variable clear.
* storagenode/orders: Don't return error Archiving unsent
  Don't stop the process which archive unsent orders if some of them
  aren't found the DB because it cause the Storage Node to stop with a
  fatal error.
2019-08-16 16:53:22 +02:00
..
auth pkg/auth: use grpc.WithPerRPCCredentials (#2670) 2019-07-31 13:57:13 +02:00
bloomfilter Implement garbage collection on satellite (#2577) 2019-07-24 13:26:43 -04:00
certificates don't use global loggers (#2675) 2019-07-31 17:38:44 +03:00
cfgstruct cmd/certificates: ensure we can bind config values (#2779) 2019-08-14 17:26:45 +03:00
encryption rename all the things (#2531) 2019-07-28 08:55:36 +03:00
identity satellite/certdb: remove certdb that was used to store uplink certificates (#2760) 2019-08-12 10:41:34 -04:00
kademlia Restrict node info only for trusted satellites (#2737) 2019-08-09 12:21:41 +03:00
macaroon Jg/1967 mv bucket metadata uplink (#2505) 2019-07-12 08:57:02 -04:00
miniogw cmd/uplink: use scopes to open (#2501) 2019-08-05 11:01:20 -06:00
paths Create and use an encryption.Store (#2293) 2019-06-24 19:23:07 +00:00
pb storagenode/nodestats: cache node stats (#2543) 2019-08-08 16:47:04 +03:00
peertls internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
pkcrypto Enable Scopelint Linter (#2049) 2019-05-29 09:30:16 -04:00
process storagenode: No FATAL error when unsent orders aren't found (#2801) 2019-08-16 16:53:22 +02:00
ranger pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
server don't use global loggers (#2675) 2019-07-31 17:38:44 +03:00
signing rename all the things (#2531) 2019-07-28 08:55:36 +03:00
storj Integrate new Metainfo calls (server side) (#2682) 2019-08-01 11:04:31 +02:00
telemetry don't use global loggers (#2675) 2019-07-31 17:38:44 +03:00
transport don't use global loggers (#2671) 2019-07-31 15:09:45 +03:00