Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / minio/dsync issues and pull requests

#61 - Update documentation

Issue - State: open - Opened by klauspost almost 5 years ago - 2 comments

#59 - Added sample comments to fix golint errors

Pull Request - State: open - Opened by hydeenoble about 5 years ago - 1 comment

#58 - Refactor/remove unneeded code

Pull Request - State: closed - Opened by krishnasrinivas over 5 years ago

#57 - Abort re-try of lock call on context cancellation

Pull Request - State: closed - Opened by krishnasrinivas over 5 years ago - 1 comment

#56 - Is there any support for Async / callback instead of blocking to acquire lock ?

Issue - State: closed - Opened by flouthoc over 5 years ago - 2 comments

#55 - Add support for go-modules

Pull Request - State: closed - Opened by harshavardhana over 5 years ago - 1 comment

#54 - readme: add missing "go" markers

Pull Request - State: closed - Opened by quasilyte over 5 years ago

#53 - Fix dsync to display current limitation

Pull Request - State: closed - Opened by harshavardhana almost 6 years ago - 1 comment

#52 - Ability to pass source and id from the client.

Pull Request - State: closed - Opened by kannappanr almost 6 years ago - 5 comments

#51 - Quorum calculation to work with odd number of servers

Pull Request - State: closed - Opened by TKffTK over 6 years ago - 5 comments

#50 - Change dsync to support more client objects per instance

Pull Request - State: closed - Opened by harshavardhana almost 7 years ago - 6 comments

#49 - Add support for timeouts to dsync

Pull Request - State: closed - Opened by fwessels over 7 years ago - 2 comments

#48 - Add go-routine that monitors lock maintenance loop

Pull Request - State: closed - Opened by fwessels over 7 years ago - 8 comments

#47 - Cleanup some old comments.

Pull Request - State: closed - Opened by harshavardhana over 7 years ago - 1 comment

#46 - Fix and control go-routine creation avoiding memory build-up.

Pull Request - State: closed - Opened by harshavardhana over 7 years ago - 1 comment

#45 - Fix setting RPC Path for chaos tests.

Pull Request - State: closed - Opened by fwessels over 7 years ago - 1 comment

#44 - dsync: chaos test fails with "Timed out"

Issue - State: closed - Opened by harshavardhana over 7 years ago - 1 comment
Labels: bug

#43 - README: fix typo

Pull Request - State: closed - Opened by smola over 7 years ago - 1 comment

#42 - tests: netlocker should retry automatically upon `rpc.ErrShutdown`

Pull Request - State: closed - Opened by harshavardhana over 7 years ago - 3 comments

#41 - Make dsync as generic distributed sync.mutex

Pull Request - State: closed - Opened by balamurugana almost 8 years ago - 1 comment

#40 - Fix all golint issues on dsync

Issue - State: open - Opened by harshavardhana almost 8 years ago - 7 comments
Labels: bug

#39 - Add travis build and coverage details.

Pull Request - State: closed - Opened by harshavardhana almost 8 years ago - 1 comment

#38 - [WIP] Make dsync as generic distributed sync.mutex

Pull Request - State: closed - Opened by balamurugana almost 8 years ago - 2 comments

#37 - Remove unused DRLocker() method

Pull Request - State: closed - Opened by balamurugana almost 8 years ago - 2 comments

#36 - Minor cleanups.

Pull Request - State: closed - Opened by balamurugana almost 8 years ago - 3 comments

#35 - Keep the minimum node requirement back to 4 until we support it.

Pull Request - State: closed - Opened by harshavardhana almost 8 years ago

#34 - Update 'i' only if lock grant from buffered channel

Pull Request - State: closed - Opened by krisis almost 8 years ago - 1 comment

#33 - Proper increment of the variable within break.

Pull Request - State: closed - Opened by hackintoshrao almost 8 years ago - 1 comment

#32 - Typo in Motivation section for minio server command line

Issue - State: closed - Opened by harshavardhana almost 8 years ago - 1 comment

#31 - Add functionality to forcefully unlock locks

Pull Request - State: closed - Opened by fwessels almost 8 years ago

#30 - Scalability (curiosity)

Issue - State: closed - Opened by nvartolomei almost 8 years ago - 3 comments

#29 - README: Don't recommend redis distlock

Issue - State: closed - Opened by dgryski almost 8 years ago - 4 comments

#28 - Relax read quorum

Pull Request - State: closed - Opened by fwessels almost 8 years ago

#27 - Add profiling support for dsync

Issue - State: closed - Opened by harshavardhana about 8 years ago - 1 comment
Labels: bug

#26 - Refactored lock server and simplified lock maintenance loop

Pull Request - State: closed - Opened by fwessels about 8 years ago

#25 - Name changes

Pull Request - State: closed - Opened by fwessels about 8 years ago

#24 - Fix race condition

Pull Request - State: closed - Opened by fwessels about 8 years ago

#23 - Fix typo in README.md

Pull Request - State: closed - Opened by krisis about 8 years ago

#22 - Add support to remove stale locks using a maintenance loop

Pull Request - State: closed - Opened by fwessels about 8 years ago - 3 comments

#21 - Added performance metrics to README

Pull Request - State: closed - Opened by fwessels about 8 years ago

#20 - Add framework for performance testing

Pull Request - State: closed - Opened by fwessels about 8 years ago

#18 - Making DRWMutex compatible with sync.rwmutex again and more

Pull Request - State: closed - Opened by fwessels about 8 years ago

#17 - Massive update making DRWMutex compatible with sync.rwmutex again and more

Pull Request - State: closed - Opened by fwessels about 8 years ago - 2 comments

#16 - Add code to detect improper use of DRWMutex

Pull Request - State: closed - Opened by fwessels about 8 years ago

#15 - Early fail mechanism and brought server side in sync with lock-rpc-server

Pull Request - State: closed - Opened by fwessels about 8 years ago

#14 - Remove stale uid code handling and cleanup code a bit.

Pull Request - State: closed - Opened by harshavardhana about 8 years ago - 1 comment

#13 - tests: go test -race reports races.

Issue - State: closed - Opened by harshavardhana about 8 years ago - 1 comment

#12 - Stop retrying [R]Unlock on receiving Timeout() error

Pull Request - State: closed - Opened by krisis about 8 years ago

#11 - Add SetTimestamp to TokenSetter interface to allow session support

Pull Request - State: closed - Opened by krisis about 8 years ago

#10 - Add support for token-based authenticated rpc client

Pull Request - State: closed - Opened by krisis about 8 years ago

#9 - Move rpc-client out of dsync, leave it to the consumer

Pull Request - State: closed - Opened by krisis about 8 years ago

#8 - Don't panic if an unlock is issued on an un-locked lock

Pull Request - State: closed - Opened by krisis about 8 years ago

#7 - Sending unlock messages in a go-routine makes ``DRWMutex.[R]Lock()`` racy

Issue - State: closed - Opened by krisis about 8 years ago - 4 comments

#6 - Implement retry mechanism for unlock messages

Pull Request - State: closed - Opened by fwessels about 8 years ago - 1 comment

#5 - Add comments explaining purpose of (package) private variables

Pull Request - State: closed - Opened by krisis about 8 years ago

#4 - Use server-side RLock/RUnlock

Pull Request - State: closed - Opened by krisis about 8 years ago - 1 comment

#3 - Make net/rpc based connections lazily reconnect.

Pull Request - State: closed - Opened by krisis about 8 years ago

#2 - [proposal] Reuse rpc clients for all dmutex objects used in a single …

Pull Request - State: closed - Opened by krisis about 8 years ago - 1 comment

#1 - Set individual RPC paths for each lock servers.

Pull Request - State: closed - Opened by krisis about 8 years ago