storj/pkg/process
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
..
config.go cmd/uplink: use scopes to open (#2501) 2019-08-05 11:01:20 -06:00
debug.go don't use global loggers (#2675) 2019-07-31 17:38:44 +03:00
error.go storagenode: more live request tracking (#2699) 2019-08-02 16:49:39 -06:00
exec_conf_test.go cmd/uplink: use scopes to open (#2501) 2019-08-05 11:01:20 -06:00
exec_conf.go storagenode: No FATAL error when unsent orders aren't found (#2801) 2019-08-16 16:53:22 +02:00
exec.go Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
logging.go pkg/process/logging: different defaults for release/dev (#2191) 2019-06-13 10:43:39 -06:00
metrics.go don't use global loggers (#2675) 2019-07-31 17:38:44 +03:00