storj/storagenode
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
..
bandwidth Use UTC date in TestCachedBandwidthMonthRollover (#2684) 2019-08-01 11:30:04 -04:00
collector move piece info into files (#2629) 2019-08-07 20:47:30 -05:00
console storagenode/console: refactor service and api (#2751) 2019-08-14 15:17:11 +03:00
inspector move piece info into files (#2629) 2019-08-07 20:47:30 -05:00
monitor Restrict node info only for trusted satellites (#2737) 2019-08-09 12:21:41 +03:00
nodestats storagenode/nodestats: fix test duration (#2748) 2019-08-09 14:12:32 +03:00
orders storagenode: No FATAL error when unsent orders aren't found (#2801) 2019-08-16 16:53:22 +02:00
pieces skip flaky test (#2769) 2019-08-13 08:06:28 -07:00
piecestore storagenode: Add more test assertions (#2772) 2019-08-13 15:08:05 -04:00
reputation storagenode/console: refactor service and api (#2751) 2019-08-14 15:17:11 +03:00
storagenodedb storagenode: No FATAL error when unsent orders aren't found (#2801) 2019-08-16 16:53:22 +02:00
storageusage storagenode/console: refactor service and api (#2751) 2019-08-14 15:17:11 +03:00
trust rename all the things (#2531) 2019-07-28 08:55:36 +03:00
vouchers rename all the things (#2531) 2019-07-28 08:55:36 +03:00
peer.go storagenode/console: refactor service and api (#2751) 2019-08-14 15:17:11 +03:00