* MooseFS 3.0.114-1 (2020-07-27)
- (mount) fixed trunacting files open with O_APPEND flag (bug itntr. in 3.0.113, issue #368)
- (cs) added disk rebalance when all designated source disks are already empty (issue #364)
- (mount) added additional info to '.params' file (versions of mfs,libfuse itp.)
- (master+cs) added check against EACCES after lockf (according to Linux man - such stupid error can be returned here - issue #369)
- (master) fixed access checks in snapshot
- (cgi+cli) removed using supervisor (only available in PRO version)
- (cs) fixed deadlock condition on mutexes 'folderlock' and 'hashlock' (exists since 3.0.110)
- (tools) fixed oveflow protection in number parsing function
- (cs) fixed reporting to master duplicates with newer version
- (cs) changed job queue policy (some tasks are not limited now)
- (master) fixed reaction to status NOTDONE received from chunkservers
- (master) fixed syncing and closing negative file descriptor in bgsaver
- (mount+master) fixed handling keepcache and direct flags (related to issue #374)
- (cgi) changed time format (issue #197)
- (cs) added logging info when '.chunkdb' is not written to disk
- (master) fixed alphabetical order of commands detected in changelog
- (cs) changed queue limit to max workers (limited dynamically)
- (cs) fixed automatic chunkserver removal in master
- (master) added meta version increment in chunks_set_version
- (cs) added error detection during writing '.chunkdb'
- (all) added build id to 'what' strings
- (nbd+cgiserv) added chdir("/")
PR: 250060
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer)
Pass maintainership to vvd (approved by Michael Zhilin)
Changelog:
Feature Enhancements
Debugger - option to use DBMS_DEBUG for database debugging
Load options include SET LOADFORMAT and SET LOADMETHOD for more flexibility on loading table data
ORDS installer supports:
REST SQL and SQL Developer Web configuration
Custom JDBC urls and TNS
Allows non-SYSDBA user to install/upgrade, repair and uninstall ORDS
SQLcl Liquibase new commands: ROLLBACKSQL, DIFF, DBDOC, VERSION
Liquibase changeSet IDs are now generated as a hash of the content
Explain Plan/Autotrace Search
Include Orakafka ZIP in all distributions
Java Home updated to 8u221
Oracle NoSQL plugin updated to version 19.3.12
Database Copy added 'Ignore Storage' to avoid tablespace dependencies
SQL Editor Code template options panel moved to code editor page
Code formatter new setting for number of commas to allow before a linebreak on PL/SQL call
Added SET CODESCAN to look for SQL Injection vulnerabilities
TABLE IMPORT enhanced to ignore virtual columns
PR: 249866
Submitted by: VVD <vvd@unislabs.com>