Shay Banon
|
23ca0d2cb2
|
add also the interval that was checked for plain gc
|
2012-02-08 00:38:00 +02:00 |
Shay Banon
|
c75f8fc18a
|
GC logging: Enable back automatic gc logging based on thresholds (even if last gc is not available), closes #1679.
|
2012-02-08 00:35:28 +02:00 |
Shay Banon
|
49fd3ff470
|
automatically enable last GC if higher or equal to 1.7.0 u4
|
2012-02-07 23:16:23 +02:00 |
Shay Banon
|
c9107889a0
|
allow to enable last GC since in upcoming 1.7.0u4 the memory leak is fixed
|
2012-02-07 22:56:59 +02:00 |
Shay Banon
|
2ab3f533fe
|
Index API: Don't wait for new mappings to be applied on the cluster by default, closes #1677.
|
2012-02-07 21:51:18 +02:00 |
Shay Banon
|
7b3d9efe2e
|
upgrade to netty 3.3.1
|
2012-02-07 20:15:55 +02:00 |
Shay Banon
|
636c4ae8fa
|
Nodes Info API: Add `all` flag to return all data, closes #1676.
|
2012-02-07 19:19:33 +02:00 |
Shay Banon
|
a89878ce6c
|
move to 0.19.0.RC2 snap
|
2012-02-07 15:17:09 +02:00 |
Shay Banon
|
b160ddbb2c
|
release 0.19.0.RC1
|
2012-02-07 15:02:42 +02:00 |
Shay Banon
|
768a23e0cb
|
Node Stats: Add more options to get specific stats in REST: /_nodes/fs/stats (in addition to /_nodes/stats/fs), closes #1674.
|
2012-02-07 00:37:59 +02:00 |
Shay Banon
|
aee0e1dfb7
|
doc the ES_HEAP_SIZE
|
2012-02-06 22:13:15 +02:00 |
Shay Banon
|
70de95373c
|
JVM Flags: Remove SurvivorRatio and MaxTenuringThreshold since the defaults are good with new JVMs, closes #1672.
|
2012-02-06 22:11:22 +02:00 |
Shay Banon
|
43809211d4
|
bin: elasticsearch script to support ES_HEAP_SIZE to easily set the heap size to a single value (min and max) and ES_HEAP_NEWSIZE to optionally set the new gen, closes #1671.
|
2012-02-06 22:09:32 +02:00 |
Shay Banon
|
abfc570762
|
better comment
|
2012-02-06 21:24:37 +02:00 |
Shay Banon
|
f3a5306cde
|
improve comment on usage, also, FrameDecoder usage of cumalation was fixed
|
2012-02-06 21:03:12 +02:00 |
Shay Banon
|
73266d1e44
|
upgrade to mvel 2.1.Beta8
|
2012-02-06 04:08:26 +02:00 |
Shay Banon
|
5c4c319a41
|
move to constant fields names
|
2012-02-06 03:33:22 +02:00 |
Shay Banon
|
7df2819549
|
move to constant fields names
|
2012-02-06 00:49:46 +02:00 |
Shay Banon
|
2a4ebca0be
|
move to constant fields names
|
2012-02-06 00:28:31 +02:00 |
Shay Banon
|
e8a0ccc20c
|
Thread Pool: Add a specific thread pool for bulk indexing operations, closes #1668.
|
2012-02-05 20:12:41 +02:00 |
Shay Banon
|
437eda6b5b
|
Network: Allow to specify sub interfaces (virtual) in network configuration, closes #1667.
|
2012-02-05 19:06:50 +02:00 |
Shay Banon
|
44a6040293
|
Jmx: Only register JMX beans when jmx.create_connector is set to `true`, or explicitly set by setting `jmx.export` to true, closes #1666.
|
2012-02-05 18:52:56 +02:00 |
Shay Banon
|
80607dd7c3
|
remove unused variable
|
2012-02-05 18:06:01 +02:00 |
Shay Banon
|
1c2fa366c9
|
Node Stats: JVM stats to provide memory pools allocations, closes #1665.
|
2012-02-05 17:46:58 +02:00 |
Shay Banon
|
3cee291bc2
|
Index / Delete API: timeout should apply automatically to the auto create index API master timeout, closes #1664.
|
2012-02-05 13:45:32 +02:00 |
Shay Banon
|
5b62c2ae26
|
Query DSL: query_string/field/text do not fail when an invalid analyzer is provided, closes #1663.
|
2012-02-05 13:06:58 +02:00 |
Shay Banon
|
6c406d0e0e
|
Indices / Nodes stats: All `all` flag to easily return all stats, closes #1662.
|
2012-02-05 12:04:13 +02:00 |
Shay Banon
|
1aca5861b9
|
checking on index metadata does not make sense for mappings...
|
2012-02-03 16:19:04 +02:00 |
Shay Banon
|
3ba2dfe9ca
|
revert back applying mapping changes on index changes
|
2012-02-03 16:11:58 +02:00 |
Shay Banon
|
e06de6b24c
|
only check if settings need to change or mappings need to be checked if the index metadata has actually changed
|
2012-02-03 14:20:42 +02:00 |
Shay Banon
|
68f838a488
|
fs flag should be properly serialized in node stats
|
2012-02-03 10:01:07 +02:00 |
Shay Banon
|
445bed4358
|
fix wrong name
|
2012-02-02 21:02:42 +02:00 |
Shay Banon
|
a6a3e0039d
|
return 403 when thread pool is overloaded and can't add a request to the queue
|
2012-02-02 20:47:06 +02:00 |
Shay Banon
|
81e6ff5162
|
Allow for plugins to register REST filter (better support with async execution and some renaming), closes #1658.
|
2012-02-02 20:19:15 +02:00 |
Shay Banon
|
a784f9fcdf
|
add a note on the rest pre processor
|
2012-02-02 13:47:59 +02:00 |
Shay Banon
|
43af5041c3
|
Allow for plugins to register REST pre processor, closes #1658.
|
2012-02-02 13:26:12 +02:00 |
Shay Banon
|
07ba39740b
|
use non deprecated methods
|
2012-02-02 12:45:20 +02:00 |
Shay Banon
|
5a1cbe0c83
|
Query: Add `index.query.default_field` allowing to control the default field used to search on, closes #1657.
|
2012-02-02 00:49:34 +02:00 |
Shay Banon
|
8b9c75cd7e
|
when executing on local node, don't reset the shard iterator, its null...
|
2012-02-02 00:35:51 +02:00 |
Shay Banon
|
3698bcc2b9
|
better logging of recovery
|
2012-02-02 00:18:17 +02:00 |
Shay Banon
|
a5838dc403
|
improve test, wait for green state post master node startup
|
2012-02-01 21:17:45 +02:00 |
Shay Banon
|
83e561d19f
|
only update new versioned index or new indices when a new cluster state is received
|
2012-02-01 21:17:07 +02:00 |
Shay Banon
|
da062bb905
|
add node.max_local_storage_nodes to config template
|
2012-02-01 13:34:35 +02:00 |
Shay Banon
|
aa63811b14
|
improve sycn on translog to happen on the snapshot thread instead of the schedule thread
|
2012-02-01 13:05:21 +02:00 |
Shay Banon
|
70bf0a301b
|
have version implement serializable to DiscoveryNode can be serialized
|
2012-02-01 11:52:57 +02:00 |
Shay Banon
|
e37b6ec2b7
|
improve text query to use term factory
|
2012-02-01 11:49:47 +02:00 |
Shay Banon
|
e0508809cb
|
new local gateway should only load state if its data (for shards state) or master (for metadata) and not try and load if its not (so we don't load if its a client node)
|
2012-02-01 00:29:49 +02:00 |
Shay Banon
|
f282081361
|
upgrade to latest compiled jsr166 libs
|
2012-01-31 21:00:58 +02:00 |
Shay Banon
|
211176d10e
|
when no specific internal source builder is constructed, don't set it, so setting raw source will not get override
|
2012-01-31 19:37:05 +02:00 |
Shay Banon
|
d4b6753d93
|
add a marker class to keep frame decoder around
|
2012-01-31 15:04:55 +02:00 |