swim icon indicating copy to clipboard operation
swim copied to clipboard

Scalabe Weakly-consistent Infection-style Process Group Membership Protocol

Results 11 swim issues
Sort by recently updated
recently updated
newest added

resolved: #117 details: SWIM getting configuration logic with viper - [x] Test case

**Subject** @zeroFruit **Detail** refactor `swim.New` as it receive redundant parameters

help wanted

**Subject** @zeroFruit **Detail** getting SWIM configuration logic using viper

**Subject** write here **Detail** write here **Reference** write here

enhancement
on progress

Now we need to wiring cmd with actual SWIM API. In `cmd` directory there's some skeleton cmd code. and we should consider is there any more subcommands we need

help wanted
on progress

**Subject** heap.go heap_test.go **Detail** need test cases for update function ``` func (pq *PriorityQueue) update(item *Item, value interface{}, priority int) { item.value = value item.priority = priority heap.Fix(pq, item.index) }...

help wanted
good first issue

**Where** swim.go refute function **Bug detail** need to check whether the status of my is alive or not. If it is alive message, just ignore it.

bug

**Subject** pbkstore, pb-message **Detail** We need to pass multiple piggyback messages in a single message. 1. Converts piggyback in message to list type. 2. Send as much piggyback as you...

enhancement
proposal
need discussion

**Subject** conf using viper **Reference** https://github.com/it-chain/engine/tree/develop/conf

enhancement
help wanted