Summary: | sysutils/moosefs3-master: Update to 3.0.100 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | MooseFS FreeBSD Team <freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Nikolai Lifanov <lifanov> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | lifanov | ||||
Priority: | --- | Keywords: | easy, patch, patch-ready | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://moosefs.com | ||||||
Attachments: |
|
take A commit references this bug: Author: lifanov Date: Sun Jan 28 16:38:11 UTC 2018 New revision: 460223 URL: https://svnweb.freebsd.org/changeset/ports/460223 Log: update MooseFS to 3.0.100 Recent changes since MooseFS 3.0.99: * MooseFS 3.0.100-1 (2018-01-24) - (cs) fixed rare segfault during chunk sending to master after disconection - (mount) added thread for cleaning released files with delay - (mount) added assertion for lru cache (sustained open files) - (master+mount) added chunks data cache invalidation after chunksever disconnection and reconnection - (mount) changed (lowered) number of connection retries (depends on I/O retry counter) PR: 225460 Submitted by: freebsd@moosefs.com (maintainer) Changes: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Committed, sorry for the delay! (In reply to Nikolai Lifanov from comment #3) Thanks, Nikolai! No problem! :) |
Created attachment 190069 [details] Update to the newest stable version (3.0.100-1) This is a small change in ports and passes QA (portlint, poudriere). Recent changes since MooseFS 3.0.99: * MooseFS 3.0.100-1 (2018-01-24) - (cs) fixed rare segfault during chunk sending to master after disconection - (mount) added thread for cleaning released files with delay - (mount) added assertion for lru cache (sustained open files) - (master+mount) added chunks data cache invalidation after chunksever disconnection and reconnection - (mount) changed (lowered) number of connection retries (depends on I/O retry counter)