Version 2.0.1¶
Released on 2017/06/12.
Warning
CrateDB 2.x versions prior 2.0.4 (including this version) contain a critical bug which leads to deletion of blob data upon node shutdown. It is recommended to not install those versions.
Table of contents
Changelog¶
Breaking Changes¶
Changed default required shard copies for table creation and write operations from
quorumtoall.Changed the default value of
number_of_replicasfrom1to0-1.
Changes¶
Expose new setting
write.wait_for_active_shardsto allow users to adjust the required shard copies for write operation to their needs.Expose fields for
information_schema.columnsandinformation_schema.tablesso that it conforms to SQL-99 standard.
Fixes¶
Added missing table setting
translog.durabilitywhich is required and must be set accordingly so thattranslog.sync_intervaltakes effect.Fixed a NPE when querying
sys.shardstable.Log failed authentication attempts at log level
WARN.