5.0.0-alpha1-2x.asciidoc 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. [[release-notes-5.0.0-alpha1-2x]]
  2. == 5.0.0-alpha1 Release Notes (Changes previously released in 2.x)
  3. The changes listed below were first released in the 2.x series. Changes
  4. released for the first time in Elasticsearch 5.0.0-alpha1 are listed in
  5. <<release-notes-5.0.0-alpha1>>.
  6. [[breaking-5.0.0-alpha1-2x]]
  7. [float]
  8. === Breaking changes
  9. Allocation::
  10. * Speed up shard balancer by reusing shard model while moving shards that can no longer be allocated to a node {pull}16926[#16926]
  11. Index APIs::
  12. * Change Field stats API response to include both number and string based min and max values {pull}14674[#14674] (issue: {issue}14404[#14404])
  13. * Add Force Merge API, deprecate Optimize API {pull}13778[#13778]
  14. Internal::
  15. * Forbid changing thread pool types {pull}14367[#14367] (issues: {issue}14294[#14294], {issue}2509[#2509], {issue}2858[#2858], {issue}5152[#5152])
  16. Logging::
  17. * Log cluster health status changes {pull}14557[#14557] (issue: {issue}11657[#11657])
  18. Mapping::
  19. * Add per-index setting to limit number of nested fields {pull}15989[#15989] (issue: {issue}14983[#14983])
  20. Nested Docs::
  21. * If sorting by nested field then the `nested_path` should always be specified {pull}13429[#13429] (issue: {issue}13420[#13420])
  22. Scripting::
  23. * Filter classes loaded by scripts {pull}15262[#15262]
  24. * Lock down javascript and python script engines better {pull}13924[#13924]
  25. Search::
  26. * Limit the size of the result window to a dynamic property {pull}13188[#13188] (issue: {issue}9311[#9311])
  27. [[feature-5.0.0-alpha1-2x]]
  28. [float]
  29. === New features
  30. Aggregations::
  31. * Adds geo_centroid metric aggregator {pull}13846[#13846] (issue: {issue}13621[#13621])
  32. * Add `percentiles_bucket` pipeline aggregation {pull}13186[#13186]
  33. * Add `stats_bucket` / `extended_stats_bucket` pipeline aggs {pull}13128[#13128]
  34. Geo::
  35. * Add CONTAINS relation to geo_shape query {pull}14810[#14810] (issue: {issue}14713[#14713])
  36. * Add support for Lucene 5.4 GeoPoint queries {pull}14537[#14537]
  37. * Add GeoPointV2 Field Mapping {pull}14536[#14536]
  38. Network::
  39. * Allow binding to multiple addresses. {pull}13954[#13954] (issue: {issue}13592[#13592])
  40. Plugin Analysis Phonetic::
  41. * Add support for `daitch_mokotoff` {pull}14834[#14834]
  42. Plugin Cloud AWS::
  43. * Add support for S3 storage class {pull}13656[#13656] (issue: {issue}13655[#13655])
  44. Plugins::
  45. * Decentralize plugin security {pull}14108[#14108]
  46. Search::
  47. * Add query profiler {pull}14889[#14889] (issues: {issue}12974[#12974], {issue}6699[#6699])
  48. [[enhancement-5.0.0-alpha1-2x]]
  49. [float]
  50. === Enhancements
  51. Aliases::
  52. * Add support to _aliases endpoint to specify multiple indices and aliases in one action {pull}15305[#15305] (issue: {issue}15186[#15186])
  53. Allocation::
  54. * Skip capturing least/most FS info for an FS with no total {pull}16001[#16001] (issue: {issue}15919[#15919])
  55. * Speed improvements for BalancedShardsAllocator {pull}15678[#15678] (issue: {issue}6372[#6372])
  56. * Simplify delayed shard allocation {pull}14808[#14808]
  57. * Add cluster-wide setting for total shard limit {pull}14563[#14563] (issue: {issue}14456[#14456])
  58. * Early terminate high disk watermark checks on single data node cluster {pull}13882[#13882] (issue: {issue}9391[#9391])
  59. * Also use PriorityComparator in shard balancer {pull}13256[#13256] (issue: {issue}13249[#13249])
  60. * Add support for filtering by publish IP address {pull}8801[#8801]
  61. Analysis::
  62. * Add detail response support for _analyze API {pull}11660[#11660] (issue: {issue}11076[#11076])
  63. CAT API::
  64. * Add sync_id to cat shards API {pull}14712[#14712] (issue: {issue}14705[#14705])
  65. * Add duration field to /_cat/snapshots {pull}14385[#14385]
  66. * Add cat API for repositories and snapshots {pull}14247[#14247] (issue: {issue}13919[#13919])
  67. * Adds disk used by indices to _cat/allocation {pull}13783[#13783] (issue: {issue}13529[#13529])
  68. Cluster::
  69. * Shard state action request logging {pull}16396[#16396]
  70. * Safe cluster state task notifications {pull}15777[#15777]
  71. * Reroute once per batch of shard failures {pull}15510[#15510]
  72. * Add callback for publication of new cluster state {pull}15494[#15494] (issue: {issue}15482[#15482])
  73. * Use general cluster state batching mechanism for shard started {pull}15023[#15023] (issues: {issue}14725[#14725], {issue}14899[#14899])
  74. * Use general cluster state batching mechanism for shard failures {pull}15016[#15016] (issues: {issue}14725[#14725], {issue}14899[#14899])
  75. * Set an newly created IndexShard's ShardRouting before exposing it to operations {pull}14918[#14918] (issue: {issue}10708[#10708])
  76. * Uniform exceptions for TransportMasterNodeAction {pull}14737[#14737]
  77. Core::
  78. * Remove log4j exception hiding {pull}16834[#16834]
  79. * Avoid cloning MessageDigest instances {pull}16479[#16479]
  80. * Add a hard check to ensure we are running with the expected lucene version {pull}16305[#16305] (issue: {issue}16301[#16301])
  81. * If we can't get a MAC address for the node, use a dummy one {pull}15266[#15266] (issue: {issue}10099[#10099])
  82. * Simplify shard inactive logging {pull}15259[#15259] (issue: {issue}15252[#15252])
  83. * Simplify IndexingMemoryController#checkIdle {pull}15252[#15252] (issue: {issue}15251[#15251])
  84. * IndexingMemoryController should not track shard index states {pull}15251[#15251] (issues: {issue}13918[#13918], {issue}15225[#15225])
  85. * Verify Checksum once it has been fully written to fail as soon as possible {pull}13896[#13896]
  86. Discovery::
  87. * Don't allow nodes with missing custom meta data to join cluster {pull}15401[#15401] (issue: {issue}13445[#13445])
  88. Exceptions::
  89. * Added file name to exceptions when failing to read index state {pull}16850[#16850] (issue: {issue}16713[#16713])
  90. * Add Exception class name to message in `NotSerializableExceptionWrapper` {pull}16325[#16325]
  91. * Deduplicate cause if already contained in shard failures {pull}14432[#14432]
  92. * Give a better exception when running from freebsd jail without enforce_statfs=1 {pull}14135[#14135] (issue: {issue}12018[#12018])
  93. * Make root_cause of field conflicts more obvious {pull}13976[#13976] (issue: {issue}12839[#12839])
  94. * Use a dedicated id to serialize EsExceptions instead of it's class name. {pull}13629[#13629]
  95. Fielddata::
  96. * Update GeoPoint FieldData for GeoPointV2 {pull}14345[#14345]
  97. Geo::
  98. * Upgrade GeoPointField to use Lucene 5.5 PrefixEncoding {pull}16482[#16482]
  99. * Geo: Fix toString() in GeoDistanceRangeQuery and GeoPolygonQuery {pull}15026[#15026]
  100. * Enable GeoPointV2 with backward compatibility testing {pull}14667[#14667] (issues: {issue}10761[#10761], {issue}11159[#11159], {issue}9859[#9859])
  101. * Refactor Geo utilities to Lucene 5.4 {pull}14339[#14339]
  102. Index APIs::
  103. * Add option to disable closing indices {pull}14169[#14169] (issue: {issue}14168[#14168])
  104. Index Templates::
  105. * Disallow index template pattern to be the same as an alias name {pull}15184[#15184] (issue: {issue}14842[#14842])
  106. Internal::
  107. * Implement available for all StreamInput classes {pull}17218[#17218]
  108. * Cleanup search sub transport actions and collapse o.e.action.search.type package into o.e.action.search {pull}16758[#16758] (issue: {issue}11710[#11710])
  109. * Simplify the Text API. {pull}15511[#15511]
  110. * Simpler using compressed oops flag representation {pull}15509[#15509] (issue: {issue}15489[#15489])
  111. * Info on compressed ordinary object pointers {pull}15489[#15489] (issues: {issue}13187[#13187], {issue}455[#455])
  112. * Explicitly log cluster state update failures {pull}15428[#15428] (issues: {issue}14899[#14899], {issue}15016[#15016], {issue}15023[#15023])
  113. * Use transport service to handle RetryOnReplicaException to execute replica action on the current node {pull}15363[#15363]
  114. * Make IndexShard operation be more explicit about whether they are expected to run on a primary or replica {pull}15282[#15282]
  115. * Avoid trace logging allocations in TransportBroadcastByNodeAction {pull}15221[#15221]
  116. * Only trace log shard not available exceptions {pull}14950[#14950] (issue: {issue}14927[#14927])
  117. * Transport options should be immutable {pull}14760[#14760]
  118. * Fix dangling comma in ClusterBlock#toString {pull}14483[#14483]
  119. * Improve some logging around master election and cluster state {pull}14481[#14481]
  120. * Add System#exit(), Runtime#exit() and Runtime#halt() to forbidden APIs {pull}14473[#14473] (issue: {issue}12596[#12596])
  121. * Simplify XContent detection. {pull}14472[#14472]
  122. * Add threadgroup isolation. {pull}14353[#14353]
  123. * Cleanup plugin security {pull}14311[#14311]
  124. * Add workaround for JDK-8014008 {pull}14274[#14274]
  125. * Refactor retry logic for TransportMasterNodeAction {pull}14222[#14222]
  126. * Remove MetaDataSerivce and it's semaphores {pull}14159[#14159] (issue: {issue}1296[#1296])
  127. * Cleanup IndexMetaData {pull}14119[#14119]
  128. * Add SpecialPermission to guard exceptions to security policy. {pull}13854[#13854]
  129. * Clean up scripting permissions. {pull}13844[#13844]
  130. * Factor groovy out of core into lang-groovy {pull}13834[#13834] (issue: {issue}13725[#13725])
  131. * More helpful error message on parameter order {pull}13737[#13737]
  132. * Factor expressions scripts out to lang-expression plugin {pull}13726[#13726] (issue: {issue}13725[#13725])
  133. * Cleanup InternalClusterInfoService {pull}13543[#13543]
  134. * Remove and forbid use of com.google.common.base.Throwables {pull}13409[#13409] (issue: {issue}13224[#13224])
  135. * Remove cyclic dependencies between IndexService and FieldData / BitSet caches {pull}13381[#13381]
  136. * Remove and forbid use of com.google.common.base.Objects {pull}13355[#13355] (issue: {issue}13224[#13224])
  137. * Enable indy (invokedynamic) compile flag for Groovy scripts by default {pull}8201[#8201] (issue: {issue}8184[#8184])
  138. Java API::
  139. * Add created flag to IndexingOperationListener#postIndex {pull}17340[#17340] (issue: {issue}17333[#17333])
  140. * Align handling of interrupts in BulkProcessor {pull}15527[#15527] (issue: {issue}14833[#14833])
  141. * BulkProcessor backs off exponentially by default {pull}15513[#15513] (issue: {issue}14829[#14829])
  142. * Reject refresh usage in bulk items when using and fix NPE when no source {pull}15082[#15082] (issue: {issue}7361[#7361])
  143. * BulkProcessor retries after request handling has been rejected due to a full thread pool {pull}14829[#14829] (issue: {issue}14620[#14620])
  144. Logging::
  145. * Log suppressed stack traces under DEBUG {pull}16627[#16627] (issues: {issue}12991[#12991], {issue}15329[#15329], {issue}16622[#16622])
  146. * Add circuit breaker name to logging package {pull}14661[#14661]
  147. * Move logging for the amount of free disk to TRACE {pull}14403[#14403] (issue: {issue}12843[#12843])
  148. * Map log-level 'trace' to JDK-Level 'FINEST' {pull}14234[#14234]
  149. Mapping::
  150. * Expose the reason why a mapping merge is issued. {pull}16059[#16059] (issue: {issue}15989[#15989])
  151. * Add sub-fields support to `bool` fields. {pull}15636[#15636] (issue: {issue}6587[#6587])
  152. * Improve cross-type dynamic mapping updates. {pull}15633[#15633] (issue: {issue}15568[#15568])
  153. * Make mapping updates more robust. {pull}15539[#15539]
  154. * Make mapping serialization more robust. {pull}15480[#15480]
  155. * Make mappings immutable. {pull}15313[#15313] (issue: {issue}9365[#9365])
  156. * Make MappedFieldType.checkTypeName part of MappedFieldType.checkCompatibility. {pull}15245[#15245]
  157. * Register field mappers at the node level. {pull}14896[#14896] (issue: {issue}14828[#14828])
  158. Network::
  159. * Provide better error message when an incompatible node connects to a node {pull}17182[#17182] (issue: {issue}17090[#17090])
  160. * Add additional fallback to http.publish_port and restrict fallback to transport.publish_port {pull}16626[#16626] (issue: {issue}14535[#14535])
  161. * only allow code to bind to the user's configured port numbers/ranges {pull}14549[#14549]
  162. * Port of publishAddress should match port of corresponding boundAddress {pull}14535[#14535] (issues: {issue}14503[#14503], {issue}14513[#14513], {issue}14514[#14514])
  163. Packaging::
  164. * Windows service: Use JAVA_HOME environment variable in registry {pull}16552[#16552] (issue: {issue}13521[#13521])
  165. * Default standard output to the journal in systemd {pull}16159[#16159] (issues: {issue}15315[#15315], {issue}16134[#16134])
  166. * Use egrep instead of grep -E for Solaris {pull}15755[#15755] (issue: {issue}15628[#15628])
  167. * punch thru symlinks when loading plugins/modules {pull}15311[#15311]
  168. * set ActiveProcessLimit=1 on windows {pull}15055[#15055]
  169. * set RLIMIT_NPROC = 0 on bsd/os X systems. {pull}15039[#15039]
  170. * Drop ability to execute on Solaris {pull}14200[#14200]
  171. * Nuke ES_CLASSPATH appending, JarHell fail on empty classpath elements {pull}13880[#13880] (issues: {issue}13812[#13812], {issue}13864[#13864])
  172. * improve seccomp syscall filtering {pull}13829[#13829]
  173. * Block process execution with seccomp on linux/amd64 {pull}13753[#13753]
  174. * Get lang-javascript, lang-python, securemock ready for script refactoring {pull}13695[#13695]
  175. * Remove some bogus permissions only needed for tests. {pull}13620[#13620]
  176. * Remove java.lang.reflect.ReflectPermission "suppressAccessChecks" {pull}13603[#13603]
  177. * Remove JAVA_HOME detection from the debian init script {pull}13514[#13514] (issues: {issue}13403[#13403], {issue}9774[#9774])
  178. Plugin Cloud AWS::
  179. * Add ap-northeast-2 (seoul) endpoints for EC2 discovery and S3 snapshots {pull}16167[#16167] (issue: {issue}16166[#16166])
  180. * Add aws canned acl {pull}14297[#14297] (issue: {issue}14103[#14103])
  181. * Improved building of disco nodes {pull}14155[#14155]
  182. * Enable S3SignerType {pull}13360[#13360] (issue: {issue}13332[#13332])
  183. Plugin Cloud Azure::
  184. * Add support for secondary azure storage account {pull}13779[#13779] (issue: {issue}13228[#13228])
  185. Plugin Cloud GCE::
  186. * cloud-gce plugin should check `discovery.type` {pull}13809[#13809] (issue: {issue}13614[#13614])
  187. * Adding backoff from retries on GCE errors {pull}13671[#13671] (issue: {issue}13460[#13460])
  188. Plugin Discovery EC2::
  189. * Adding US-Gov-West {pull}14358[#14358]
  190. Plugin Ingest Attachment::
  191. * Fix attachments plugins with docx {pull}17059[#17059] (issue: {issue}16864[#16864])
  192. Plugins::
  193. * Expose http.type setting, and collapse al(most all) modules relating to transport/http {pull}15434[#15434] (issue: {issue}14148[#14148])
  194. * Ban RuntimePermission("getClassLoader") {pull}15253[#15253]
  195. * Add nicer error message when a plugin descriptor is missing {pull}15200[#15200] (issue: {issue}15197[#15197])
  196. * Don't be lenient in PluginService#processModule(Module) {pull}14306[#14306]
  197. * Adds a validation for plugins script to check if java is set {pull}13633[#13633] (issue: {issue}13613[#13613])
  198. * Output plugin info only in verbose mode {pull}12908[#12908] (issue: {issue}12907[#12907])
  199. Query DSL::
  200. * Allow CIDR notation in query string query {pull}14773[#14773] (issue: {issue}7464[#7464])
  201. * Internal: simplify filtered query conversion to lucene query {pull}13312[#13312] (issue: {issue}13272[#13272])
  202. REST::
  203. * Make XContentGenerator.writeRaw* safer. {pull}15358[#15358]
  204. * Filter path refactoring {pull}14390[#14390] (issues: {issue}10980[#10980], {issue}11560[#11560], {issue}13344[#13344])
  205. Recovery::
  206. * Handle cancel exceptions on recovery target if the cancel comes from the source {pull}15309[#15309]
  207. * Decouple routing and primary operation logic in TransportReplicationAction {pull}14852[#14852]
  208. Reindex API::
  209. * Implement helpful interfaces in reindex requests {pull}17032[#17032]
  210. * Reindex should timeout if sub-requests timeout {pull}16962[#16962]
  211. * Teach reindex to retry on rejection {pull}16556[#16556] (issue: {issue}16093[#16093])
  212. Scripting::
  213. * Remove suppressAccessChecks permission for Groovy script plugin {pull}16839[#16839] (issue: {issue}16527[#16527])
  214. * Class permission for Groovy references {pull}16660[#16660] (issue: {issue}16657[#16657])
  215. * Scripting: Allow to get size of array in mustache {pull}16193[#16193]
  216. * Enhancements to the mustache script engine {pull}15661[#15661]
  217. * Add property permissions so groovy scripts can serialize json {pull}14500[#14500] (issue: {issue}14488[#14488])
  218. * Remove ScriptEngineService.unwrap. {pull}13958[#13958]
  219. * Remove ScriptEngineService.execute. {pull}13956[#13956]
  220. Search::
  221. * Caching Weight wrappers should propagate the BulkScorer. {pull}14317[#14317]
  222. * fix numerical issue in function score query {pull}14085[#14085]
  223. * Optimize scrolls for constant-score queries. {pull}13311[#13311]
  224. Settings::
  225. * Log warning if max file descriptors too low {pull}16506[#16506]
  226. Snapshot/Restore::
  227. * Support wildcards for getting repositories and snapshots {pull}15151[#15151] (issue: {issue}4758[#4758])
  228. * Add ignore_unavailable parameter to skip unavailable snapshot {pull}14471[#14471] (issue: {issue}13887[#13887])
  229. * Simplify the BlobContainer blob writing interface {pull}13434[#13434]
  230. Stats::
  231. * Pull Fields instance once from LeafReader in completion stats {pull}15090[#15090] (issue: {issue}6593[#6593])
  232. * Add os.allocated_processors stats {pull}14409[#14409] (issue: {issue}13917[#13917])
  233. * Adds stats counter for failed indexing requests {pull}13130[#13130] (issue: {issue}8938[#8938])
  234. Top Hits::
  235. * Put method addField on TopHitsBuilder {pull}14597[#14597] (issue: {issue}12962[#12962])
  236. Translog::
  237. * Check for tragic event on all kinds of exceptions not only ACE and IOException {pull}15535[#15535]
  238. Tribe Node::
  239. * Tribe nodes should apply cluster state updates in batches {pull}14993[#14993] (issues: {issue}14725[#14725], {issue}14899[#14899])
  240. [[bug-5.0.0-alpha1-2x]]
  241. [float]
  242. === Bug fixes
  243. Aggregations::
  244. * Prevents exception being raised when ordering by an aggregation which wasn't collected {pull}17379[#17379] (issue: {issue}17225[#17225])
  245. * Setting 'other' bucket on empty aggregation {pull}17264[#17264] (issue: {issue}16546[#16546])
  246. * Build empty extended stats aggregation if no docs collected for bucket {pull}16972[#16972] (issues: {issue}16812[#16812], {issue}9544[#9544])
  247. * Set meta data for pipeline aggregations {pull}16516[#16516] (issue: {issue}16484[#16484])
  248. * Filter(s) aggregation should create weights only once. {pull}15998[#15998]
  249. * Make `missing` on terms aggs work with all execution modes. {pull}15746[#15746] (issue: {issue}14882[#14882])
  250. * Run pipeline aggregations for empty buckets added in the Range Aggregation {pull}15519[#15519] (issue: {issue}15471[#15471])
  251. * [Children agg] fix bug that prevented all child docs from being evaluated {pull}15457[#15457]
  252. * Correct typo in class name of StatsAggregator {pull}15321[#15321] (issue: {issue}14730[#14730])
  253. * Fix significant terms reduce for long terms {pull}14948[#14948] (issue: {issue}13522[#13522])
  254. * Fix NPE in Derivative Pipeline when current bucket value is null {pull}14745[#14745]
  255. * Pass extended bounds into HistogramAggregator when creating an unmapped aggregator {pull}14742[#14742] (issue: {issue}14735[#14735])
  256. * Added correct generic type parameter on ScriptedMetricBuilder {pull}14018[#14018] (issue: {issue}13986[#13986])
  257. * Pipeline Aggregations at the root of the agg tree are now validated {pull}13475[#13475] (issue: {issue}13179[#13179])
  258. Aliases::
  259. * Fix _aliases filter and null parameters {pull}16553[#16553] (issues: {issue}16547[#16547], {issue}16549[#16549])
  260. Allocation::
  261. * IndicesStore checks for `allocated elsewhere` for every shard not alocated on the local node {pull}17106[#17106]
  262. * Prevent peer recovery from node with older version {pull}15775[#15775]
  263. * Fix calculation of next delay for delayed shard allocation {pull}14765[#14765]
  264. * Take ignored unallocated shards into account when making allocation decision {pull}14678[#14678] (issue: {issue}14670[#14670])
  265. * Only allow rebalance operations to run if all shard store data is available {pull}14591[#14591] (issue: {issue}14387[#14387])
  266. * Delayed allocation can miss a reroute {pull}14494[#14494] (issues: {issue}14010[#14010], {issue}14011[#14011], {issue}14445[#14445])
  267. * Check rebalancing constraints when shards are moved from a node they can no longer remain on {pull}14259[#14259] (issue: {issue}14057[#14057])
  268. Analysis::
  269. * Analysis : Allow string explain param in JSON {pull}16977[#16977] (issue: {issue}16925[#16925])
  270. * Analysis : Fix no response from Analyze API without specified index {pull}15447[#15447] (issue: {issue}15148[#15148])
  271. Bulk::
  272. * Bulk api: fail deletes when routing is required but not specified {pull}16675[#16675] (issues: {issue}10136[#10136], {issue}16645[#16645])
  273. * Do not release unacquired semaphore {pull}14909[#14909] (issue: {issue}14908[#14908])
  274. CAT API::
  275. * Fix column aliases in _cat/indices, _cat/nodes and _cat/shards APIs {pull}17145[#17145] (issue: {issue}17101[#17101])
  276. * Properly set indices and indicesOptions on subrequest made by /_cat/indices {pull}14360[#14360]
  277. CRUD::
  278. * Throw exception if content type could not be determined in Update API {pull}15904[#15904] (issue: {issue}15822[#15822])
  279. * Index name expressions should not be broken up {pull}13691[#13691] (issue: {issue}13665[#13665])
  280. Cache::
  281. * Handle closed readers in ShardCoreKeyMap {pull}16027[#16027]
  282. Cluster::
  283. * Index deletes not applied when cluster UUID has changed {pull}16825[#16825] (issue: {issue}11665[#11665])
  284. * Only fail the relocation target when a replication request on it fails {pull}15791[#15791] (issue: {issue}15790[#15790])
  285. * Handle shards assigned to nodes that are not in the cluster state {pull}14586[#14586] (issue: {issue}14584[#14584])
  286. * Bulk cluster state updates on index deletion {pull}11258[#11258] (issue: {issue}7295[#7295])
  287. Core::
  288. * BitSetFilterCache duplicates its content. {pull}15836[#15836] (issue: {issue}15820[#15820])
  289. * Limit the max size of bulk and index thread pools to bounded number of processors {pull}15585[#15585] (issue: {issue}15582[#15582])
  290. * AllTermQuery's scorer should skip segments that never saw the requested term {pull}15506[#15506]
  291. * Include root-cause exception when we fail to change shard's index buffer {pull}14867[#14867]
  292. * Restore thread interrupt flag after an InterruptedException {pull}14799[#14799] (issue: {issue}14798[#14798])
  293. * Record all bytes of the checksum in VerifyingIndexOutput {pull}13923[#13923] (issues: {issue}13848[#13848], {issue}13896[#13896])
  294. * When shard becomes active again, immediately increase its indexing buffer {pull}13918[#13918] (issue: {issue}13802[#13802])
  295. * Close TokenStream in finally clause {pull}13870[#13870] (issue: {issue}11947[#11947])
  296. * LoggingRunnable.run should catch and log all errors, not just Exception? {pull}13718[#13718] (issue: {issue}13487[#13487])
  297. Exceptions::
  298. * Fix ensureNodesAreAvailable's error message {pull}14007[#14007] (issue: {issue}13957[#13957])
  299. Expressions::
  300. * Check that _value is used in aggregations script before setting value to specialValue {pull}17091[#17091] (issue: {issue}14262[#14262])
  301. Fielddata::
  302. * Don't cache top level field data for fields that don't exist {pull}14693[#14693]
  303. Geo::
  304. * Remove .geohash suffix from GeoDistanceQuery and GeoDistanceRangeQuery {pull}15871[#15871] (issue: {issue}15179[#15179])
  305. * Geo: Allow numeric parameters enclosed in quotes for 'geohash_grid' aggregation {pull}14440[#14440] (issue: {issue}13132[#13132])
  306. * Resync Geopoint hashCode/equals method {pull}14124[#14124] (issue: {issue}14083[#14083])
  307. * Fix GeoPointFieldMapper to index geohash at correct precision. {pull}13649[#13649] (issue: {issue}12467[#12467])
  308. Highlighting::
  309. * Don't override originalQuery with request filters {pull}15793[#15793] (issue: {issue}15689[#15689])
  310. * Fix spans extraction to not also include individual terms. {pull}15516[#15516] (issues: {issue}13239[#13239], {issue}15291[#15291])
  311. Index APIs::
  312. * Field stats: Index constraints should remove indices in the response if the field to evaluate is empty {pull}14868[#14868]
  313. * Field stats: Fix NPE for index constraint on empty index {pull}14841[#14841]
  314. * Field stats: Added `format` option for index constraints {pull}14823[#14823] (issue: {issue}14804[#14804])
  315. * Forbid index name `.` and `..` {pull}13862[#13862] (issue: {issue}13858[#13858])
  316. Inner Hits::
  317. * Query and top level inner hit definitions shouldn't overwrite each other {pull}16222[#16222] (issue: {issue}16218[#16218])
  318. Internal::
  319. * Log uncaught exceptions from scheduled once tasks {pull}15824[#15824] (issue: {issue}15814[#15814])
  320. * FunctionScoreQuery should implement two-phase iteration. {pull}15602[#15602]
  321. * Make sure the remaining delay of unassigned shard is updated with every reroute {pull}14890[#14890] (issue: {issue}14808[#14808])
  322. * Throw a meaningful error when loading metadata and an alias and index have the same name {pull}14842[#14842] (issue: {issue}14706[#14706])
  323. * fixup issues with 32-bit jvm {pull}14609[#14609]
  324. * Failure to update the cluster state with the recovered state should make sure it will be recovered later {pull}14485[#14485]
  325. * Gateway: a race condition can prevent the initial cluster state from being recovered {pull}13997[#13997]
  326. * Verify actually written checksum in VerifyingIndexOutput {pull}13848[#13848]
  327. * An inactive shard is activated by triggered synced flush {pull}13802[#13802]
  328. * Remove all setAccessible in tests and forbid {pull}13539[#13539]
  329. * Remove easy uses of setAccessible in tests. {pull}13537[#13537]
  330. * Ban setAccessible from core code, restore monitoring stats under java 9 {pull}13531[#13531] (issue: {issue}13527[#13527])
  331. Logging::
  332. * Add missing index name to indexing slow log {pull}17026[#17026] (issue: {issue}17025[#17025])
  333. * ParseFieldMatcher should log when using deprecated settings. {pull}16988[#16988]
  334. * Don't log multi-megabyte guice exceptions. {pull}13782[#13782]
  335. * Moving system property setting to before it can be used {pull}13660[#13660] (issue: {issue}13658[#13658])
  336. Mapping::
  337. * Put mapping operations must update metadata of all types. {pull}16264[#16264] (issue: {issue}16239[#16239])
  338. * Fix serialization of `search_analyzer`. {pull}16255[#16255]
  339. * Reuse metadata mappers for dynamic updates. {pull}16023[#16023] (issue: {issue}15997[#15997])
  340. * Fix MapperService#searchFilter(...) {pull}15923[#15923] (issue: {issue}15757[#15757])
  341. * Fix initial sizing of BytesStreamOutput. {pull}15864[#15864] (issue: {issue}15789[#15789])
  342. * MetaDataMappingService should call MapperService.merge with the original mapping update. {pull}15508[#15508]
  343. * MapperService: check index.mapper.dynamic during index creation {pull}15424[#15424] (issue: {issue}15381[#15381])
  344. * Only text fields should accept analyzer and term vector settings. {pull}15308[#15308]
  345. * Mapper parsers should not check for a `tokenized` property. {pull}15289[#15289]
  346. * Validate that fields are defined only once. {pull}15243[#15243] (issue: {issue}15057[#15057])
  347. * Check mapping compatibility up-front. {pull}15175[#15175] (issue: {issue}15049[#15049])
  348. * Don't treat _default_ as a regular type. {pull}15156[#15156] (issue: {issue}15049[#15049])
  349. * Don't ignore mapping merge failures. {pull}15144[#15144] (issue: {issue}15049[#15049])
  350. * Treat mappings at an index-level feature. {pull}15142[#15142]
  351. * Make _type use doc values {pull}14783[#14783] (issue: {issue}14781[#14781])
  352. Network::
  353. * Only accept transport requests after node is fully initialized {pull}16746[#16746] (issue: {issue}16723[#16723])
  354. Packaging::
  355. * Fix waiting for pidfile {pull}16718[#16718] (issue: {issue}16717[#16717])
  356. * Fix Windows service installation failure {pull}15549[#15549] (issue: {issue}15349[#15349])
  357. * Enable es_include at init {pull}15173[#15173]
  358. * Handle system policy correctly {pull}14704[#14704] (issue: {issue}14690[#14690])
  359. * Startup script exit status should catch daemonized startup failures {pull}14170[#14170] (issue: {issue}14163[#14163])
  360. * Don't let ubuntu try to install its crazy jayatana agent. {pull}13813[#13813] (issue: {issue}13785[#13785])
  361. Parent/Child::
  362. * Check that parent_type in Has Parent Query has child types {pull}16923[#16923] (issue: {issue}16692[#16692])
  363. * Has child query forces default similarity {pull}16611[#16611] (issues: {issue}16550[#16550], {issue}4977[#4977])
  364. Percolator::
  365. * Don't replace found fields if map unmapped fields as string is enabled {pull}16043[#16043] (issue: {issue}10500[#10500])
  366. * mpercolate api should serialise start time {pull}15938[#15938] (issue: {issue}15908[#15908])
  367. Plugin Delete By Query::
  368. * Fix Delete-by-Query with Shield {pull}14658[#14658] (issue: {issue}14527[#14527])
  369. Plugin Discovery GCE::
  370. * Add setFactory permission to GceDiscoveryPlugin {pull}16860[#16860] (issue: {issue}16485[#16485])
  371. Plugin Mapper Attachment::
  372. * Fix toXContent() for mapper attachments field {pull}15110[#15110]
  373. Plugin Repository S3::
  374. * Hack around aws security hole of accessing sun.security.ssl, s3 repository works on java 9 again {pull}13538[#13538] (issue: {issue}432[#432])
  375. Plugins::
  376. * Fix plugin list command error message {pull}14288[#14288] (issue: {issue}14287[#14287])
  377. * Fix HTML response during redirection {pull}11374[#11374] (issue: {issue}11370[#11370])
  378. Query DSL::
  379. * Fix FunctionScore equals/hashCode to include minScore and friends {pull}15676[#15676]
  380. * Min should match greater than the number of optional clauses should return no result {pull}15571[#15571] (issue: {issue}15521[#15521])
  381. * Return a better exception message when `regexp` query is used on a numeric field {pull}14910[#14910] (issue: {issue}14782[#14782])
  382. REST::
  383. * Remove detect_noop from REST spec {pull}16386[#16386]
  384. * Make text parsing less lenient. {pull}15679[#15679]
  385. * Throw exception when trying to write map with null keys {pull}15479[#15479] (issue: {issue}14346[#14346])
  386. * Fix OOM in AbstractXContentParser {pull}15350[#15350] (issue: {issue}15338[#15338])
  387. * XContentFactory.xContentType: allow for possible UTF-8 BOM for JSON XContentType {pull}14611[#14611] (issue: {issue}14442[#14442])
  388. * RestUtils.decodeQueryString ignores the URI fragment when parsing a query string {pull}13365[#13365] (issue: {issue}13320[#13320])
  389. Recovery::
  390. * Try to renew sync ID if `flush=true` on forceMerge {pull}17108[#17108] (issue: {issue}17019[#17019])
  391. * CancellableThreads should also treat ThreadInterruptedException as InterruptedException {pull}15318[#15318]
  392. Reindex API::
  393. * Properly register reindex status {pull}17125[#17125]
  394. * Make search failure cause rest failure {pull}16889[#16889] (issue: {issue}16037[#16037])
  395. Scripting::
  396. * Add permission to access sun.reflect.MethodAccessorImpl from Groovy scripts {pull}16540[#16540] (issue: {issue}16536[#16536])
  397. * Security permissions for Groovy closures {pull}16196[#16196] (issues: {issue}16194[#16194], {issue}248[#248])
  398. Search::
  399. * Do not apply minimum_should_match on auto generated boolean query if the coordination factor is disabled. {pull}16155[#16155]
  400. * Do not apply minimum-should-match on a boolean query if the coords are disabled {pull}16078[#16078] (issue: {issue}15858[#15858])
  401. * Fix blended terms take 2 {pull}15894[#15894] (issue: {issue}15860[#15860])
  402. * Fix NPE when a segment with an empty cache gets closed. {pull}15202[#15202] (issue: {issue}15043[#15043])
  403. * Fix the quotes in the explain message for a script score function without parameters {pull}11398[#11398]
  404. Settings::
  405. * TransportClient should use updated setting for initialization of modules and service {pull}16095[#16095]
  406. * ByteSizeValue.equals should normalize units {pull}13784[#13784]
  407. Snapshot/Restore::
  408. * Prevent closing index during snapshot restore {pull}16933[#16933] (issue: {issue}16321[#16321])
  409. * Add node version check to shard allocation during restore {pull}16520[#16520] (issue: {issue}16519[#16519])
  410. * Snapshot restore and index creates should keep index settings and cluster blocks in sync {pull}13931[#13931] (issue: {issue}13213[#13213])
  411. * Fix blob size in writeBlob() method {pull}13574[#13574] (issue: {issue}13434[#13434])
  412. Stats::
  413. * Fix recovery translog stats totals when recovering from store {pull}16493[#16493] (issue: {issue}15974[#15974])
  414. * Fix calculation of age of pending tasks {pull}15995[#15995] (issue: {issue}15988[#15988])
  415. * Add extra validation into `cluster/stats` {pull}14699[#14699] (issue: {issue}7390[#7390])
  416. * Omit current* stats for OldShardStats {pull}13801[#13801] (issue: {issue}13386[#13386])
  417. Task Manager::
  418. * Fix TaskId#isSet to return true when id is set and not other way around {pull}17307[#17307]
  419. * Don't wait for completion of list tasks tasks when wait_for_completion flag is set {pull}17231[#17231]
  420. Translog::
  421. * Never delete translog-N.tlog file when creation fails {pull}15788[#15788]
  422. * Close recovered translog readers if createWriter fails {pull}15762[#15762] (issue: {issue}15754[#15754])
  423. * Fail and close translog hard if writing to disk fails {pull}15420[#15420] (issue: {issue}15333[#15333])
  424. * Prevent writing to closed channel if translog is already closed {pull}15012[#15012] (issue: {issue}14866[#14866])
  425. * Don't delete temp recovered checkpoint file if it was renamed {pull}14872[#14872] (issue: {issue}14695[#14695])
  426. * Translog recovery can repeatedly fail if we run out of disk {pull}14695[#14695]
  427. * Pending operations in the translog prevent shard from being marked as inactive {pull}13759[#13759] (issue: {issue}13707[#13707])
  428. Tribe Node::
  429. * Passthrough environment and network settings to tribe client nodes {pull}16893[#16893]
  430. * Tribe node: pass path.conf to inner tribe clients {pull}16258[#16258] (issue: {issue}16253[#16253])
  431. * Fix tribe node to load config file for internal client nodes {pull}15300[#15300] (issues: {issue}13383[#13383], {issue}14573[#14573])
  432. [[regression-5.0.0-alpha1-2x]]
  433. [float]
  434. === Regressions
  435. Analysis::
  436. * Add PathHierarchy type back to path_hierarchy tokenizer for backward compatibility with 1.x {pull}15785[#15785] (issue: {issue}15756[#15756])
  437. Internal::
  438. * Deduplicate concrete indices after indices resolution {pull}14316[#14316] (issues: {issue}11258[#11258], {issue}12058[#12058])
  439. Plugin Cloud Azure::
  440. * Filter cloud azure credentials {pull}14863[#14863] (issues: {issue}13779[#13779], {issue}14843[#14843])
  441. REST::
  442. * Don't return all indices immediately if count of expressions >1 and first expression is * {pull}17033[#17033] (issue: {issue}17027[#17027])
  443. [[upgrade-5.0.0-alpha1-2x]]
  444. [float]
  445. === Upgrades
  446. Core::
  447. * Upgrade to Lucene 5.5.0 official release {pull}16742[#16742]
  448. * Upgrade to lucene 5.5.0-snapshot-850c6c2 {pull}16615[#16615]
  449. * Upgrade to lucene 5.5.0-snapshot-4de5f1d {pull}16400[#16400] (issues: {issue}16373[#16373], {issue}16399[#16399])
  450. * Update lucene to r1725675 {pull}16114[#16114]
  451. * Upgrade to lucene-5.5.0-snapshot-1721183. {pull}15575[#15575]
  452. * Upgrade Lucene to 5.4.0-snapshot-1715952 {pull}14951[#14951]
  453. * Upgrade Lucene to 5.4.0-snapshot-1714615 {pull}14784[#14784]
  454. * Upgrade to lucene-5.4.0-snapshot-1712973. {pull}14619[#14619]
  455. * update to lucene-5.4.x-snapshot-1711508 {pull}14398[#14398]
  456. * Upgrade to lucene-5.4-snapshot-1710880. {pull}14320[#14320]
  457. * Upgrade to lucene-5.4-snapshot-1708254. {pull}14074[#14074]
  458. * upgrade lucene to r1702265 {pull}13439[#13439]
  459. * Upgrade master to lucene 5.4-snapshot r1701068 {pull}13324[#13324]
  460. Geo::
  461. * Update to spatial4j 0.5 for correct Multi-Geometry {pull}14269[#14269] (issue: {issue}9904[#9904])
  462. Internal::
  463. * Update to Jackson 2.6.2 {pull}13344[#13344] (issues: {issue}10980[#10980], {issue}207[#207], {issue}213[#213])
  464. Plugin Cloud AWS::
  465. * Update AWS SDK version to 1.10.19 {pull}13655[#13655] (issue: {issue}13656[#13656])
  466. Plugin Cloud Azure::
  467. * Upgrade Azure Storage client to 4.0.0 {pull}16084[#16084] (issues: {issue}12567[#12567], {issue}15080[#15080], {issue}15976[#15976])
  468. * Update Azure Service Management API to 0.9.0 {pull}15232[#15232] (issue: {issue}15209[#15209])
  469. Plugin Discovery Azure::
  470. * Upgrade azure SDK to 0.9.3 {pull}17102[#17102] (issues: {issue}17042[#17042], {issue}557[#557])
  471. Plugin Discovery EC2::
  472. * Upgrade to aws 1.10.33 {pull}14672[#14672]
  473. Plugin Lang JS::
  474. * upgrade rhino for plugins/lang-javascript {pull}14466[#14466]
  475. Scripting::
  476. * Upgrade groovy dependency in lang-groovy module to version 2.4.6 {pull}16830[#16830] (issue: {issue}16527[#16527])