Simon Willnauer
31f0aca65d
Integrate forbiddenAPI checks into Maven build.
...
This commit integrates the forbiddenAPI checks that checks
Java byte code against a list of "forbidden" API signatures.
The commit also contains the fixes of the current source code
that didn't pass the default API checks.
See https://code.google.com/p/forbidden-apis/ for details.
Closes #3059
2013-05-19 23:25:44 +02:00
Simon Willnauer
f1dd867c4f
Catch Throwable when listener is called rather then Exception to prevent possible hangs if fatal exceptions or errors are thrown
2013-04-04 22:58:38 +02:00
Igor Motov
3a534c64e5
Add dynamic settings validation
...
Fixes #2749
2013-03-12 14:41:00 -04:00
Igor Motov
de243493c9
Changing dynamic index and cluster settings should work on master-only nodes
...
Fixes #2675
2013-02-26 08:54:46 -05:00
Martijn van Groningen
2193a8e401
Let the update index settings action fail if non dynamic settings are changed for open indices.
...
Closes #2647
2013-02-13 13:10:56 +01:00
uboness
6d9048f8cc
added priority support for cluster state updates:
...
* URGENT:
* cluster_reroute (api)
* refresh-mapping
* cluster_update_settings
* reroute_after_cluster_update_settings
* create-index
* delete-index
* index-aliases
* remove-index-template
* create-index-template
* update-mapping
* remove-mapping
* put-mapping
* open-index
* close-index
* update-settings
* HIGH
* routing-table-updater
* zen-disco-node_left
* zen-disco-master_failed
* shard-failed
* shard-started
* NORMAL
* all other actions
2013-02-09 01:14:57 +01:00
Shay Banon
e707e93942
Index Blocks: Add index.blocks.write, index.blocks.read, and index.blocks.metadata settings, closes #1771 .
2012-03-08 21:56:13 +02:00
Shay Banon
5049f60b6c
Set an index / indices to read only, or make the cluster read only, closes #1573 .
2011-12-27 20:35:07 +02:00
bbgordonn
661d04e9de
#1452 closed: block writes or metadata changes if {index,cluster}.read_only is set.
2011-12-27 17:19:03 +02:00
Shay Banon
6a71eab51f
finalize structure, tests pass
2011-12-06 02:43:17 +02:00
Shay Banon
a8fd2d48b8
first cleanup phase, move to single src
2011-12-06 00:59:23 +02:00