minio/pkg/event
Harshavardhana 175b07d6e4
Fix queueStore stops working with concurrent PUT/DELETE requests (#8381)
- This PR fixes situation to avoid underflow, this is possible
  because of disconnected operations in replay/sendEvents
- Hold right locks if Del() operation is performed in Get()
- Remove panic in the code and use loggerOnce
- Remove Timer and instead use Ticker instead for proper ticks
2019-10-11 17:46:03 -07:00
..
target Fix queueStore stops working with concurrent PUT/DELETE requests (#8381) 2019-10-11 17:46:03 -07:00
arn.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
arn_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
config.go Ignore stale notification queues in notification.xml (#7673) 2019-07-30 14:19:06 +05:30
config_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
event.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
name.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
name_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
rules.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
rules_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
rulesmap.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
rulesmap_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
targetid.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
targetid_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
targetidset.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
targetidset_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
targetlist.go Enhance the event store interface to support channeling (#7343) 2019-04-10 18:16:01 +05:30
targetlist_test.go Enhance the event store interface to support channeling (#7343) 2019-04-10 18:16:01 +05:30