Skip to content

Commit 184dd70

Browse files
Added version 2.3.5-SNAPSHOT and bwc indices for 2.3.4
1 parent 318ae90 commit 184dd70

File tree

7 files changed

+31
-1
lines changed

7 files changed

+31
-1
lines changed

core/src/main/java/org/elasticsearch/Version.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ public class Version {
300300
public static final int V_2_3_3_ID = 2030399;
301301
public static final Version V_2_3_3 = new Version(V_2_3_3_ID, false, org.apache.lucene.util.Version.LUCENE_5_5_0);
302302
public static final int V_2_3_4_ID = 2030499;
303-
public static final Version V_2_3_4 = new Version(V_2_3_4_ID, true, org.apache.lucene.util.Version.LUCENE_5_5_0);
303+
public static final Version V_2_3_4 = new Version(V_2_3_4_ID, false, org.apache.lucene.util.Version.LUCENE_5_5_0);
304+
public static final int V_2_3_5_ID = 2030599;
305+
public static final Version V_2_3_5 = new Version(V_2_3_5_ID, true, org.apache.lucene.util.Version.LUCENE_5_5_0);
304306
public static final int V_2_4_0_ID = 2040099;
305307
public static final Version V_2_4_0 = new Version(V_2_4_0_ID, true, org.apache.lucene.util.Version.LUCENE_5_5_0);
306308

@@ -318,6 +320,8 @@ public static Version fromId(int id) {
318320
switch (id) {
319321
case V_2_4_0_ID:
320322
return V_2_4_0;
323+
case V_2_3_5_ID:
324+
return V_2_3_5;
321325
case V_2_3_4_ID:
322326
return V_2_3_4;
323327
case V_2_3_3_ID:
Binary file not shown.
Binary file not shown.

logs/bwc_index_2.3.4.log

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[2016-07-07 15:37:28,224][INFO ][node ] [Honey Lemon] version[2.3.4], pid[20990], build[e455fd0/2016-06-30T11:24:31Z]
2+
[2016-07-07 15:37:28,224][INFO ][node ] [Honey Lemon] initializing ...
3+
[2016-07-07 15:37:28,945][INFO ][plugins ] [Honey Lemon] modules [reindex, lang-expression, lang-groovy], plugins [], sites []
4+
[2016-07-07 15:37:28,977][INFO ][env ] [Honey Lemon] using [1] data paths, mounts [[/ (/dev/disk1)]], net usable_space [68.2gb], net total_space [232.6gb], spins? [unknown], types [hfs]
5+
[2016-07-07 15:37:28,977][INFO ][env ] [Honey Lemon] heap size [990.7mb], compressed ordinary object pointers [true]
6+
[2016-07-07 15:37:28,978][WARN ][env ] [Honey Lemon] max file descriptors [10240] for elasticsearch process likely too low, consider increasing to at least [65536]
7+
[2016-07-07 15:37:33,182][INFO ][node ] [Honey Lemon] initialized
8+
[2016-07-07 15:37:33,182][INFO ][node ] [Honey Lemon] starting ...
9+
[2016-07-07 15:37:33,376][INFO ][transport ] [Honey Lemon] publish_address {localhost/127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}, {[::1]:9300}
10+
[2016-07-07 15:37:33,384][INFO ][discovery ] [Honey Lemon] bwc_index_2.3.4/2J-Vtmq0SSC01pGvohReOQ
11+
[2016-07-07 15:37:36,427][INFO ][cluster.service ] [Honey Lemon] new_master {Honey Lemon}{2J-Vtmq0SSC01pGvohReOQ}{127.0.0.1}{localhost/127.0.0.1:9300}, reason: zen-disco-join(elected_as_master, [0] joins received)
12+
[2016-07-07 15:37:36,457][INFO ][http ] [Honey Lemon] publish_address {localhost/127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}, {[::1]:9200}
13+
[2016-07-07 15:37:36,457][INFO ][node ] [Honey Lemon] started
14+
[2016-07-07 15:37:36,496][INFO ][gateway ] [Honey Lemon] recovered [0] indices into cluster_state
15+
[2016-07-07 15:37:37,304][INFO ][cluster.metadata ] [Honey Lemon] [index-2.3.4] creating index, cause [api], templates [], shards [1]/[0], mappings []
16+
[2016-07-07 15:37:37,902][INFO ][cluster.routing.allocation] [Honey Lemon] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[index-2.3.4][0]] ...]).
17+
[2016-07-07 15:37:38,047][INFO ][cluster.metadata ] [Honey Lemon] [index-2.3.4] create_mapping [doc]
18+
[2016-07-07 15:38:05,753][WARN ][action.admin.cluster.settings] [Honey Lemon] ignoring persistent setting [discovery.zen.publish_timeout], [Failed to parse setting [discovery.zen.publish_timeout] with value [30000] as a time value: unit is missing or unrecognized]
19+
[2016-07-07 15:38:05,753][WARN ][action.admin.cluster.settings] [Honey Lemon] ignoring persistent setting [indices.recovery.file_chunk_size], [failed to parse setting [indices.recovery.file_chunk_size] with value [524288] as a size in bytes: unit is missing or unrecognized]
20+
[2016-07-07 15:38:05,803][INFO ][repositories ] [Honey Lemon] put repository [test_repo]
21+
[2016-07-07 15:38:05,862][INFO ][snapshots ] [Honey Lemon] snapshot [test_repo:test_1] is done
22+
[2016-07-07 15:38:05,875][INFO ][repositories ] [Honey Lemon] delete repository [test_repo]
23+
[2016-07-07 15:38:05,881][INFO ][node ] [Honey Lemon] stopping ...
24+
[2016-07-07 15:38:05,933][INFO ][node ] [Honey Lemon] stopped
25+
[2016-07-07 15:38:05,933][INFO ][node ] [Honey Lemon] closing ...
26+
[2016-07-07 15:38:05,943][INFO ][node ] [Honey Lemon] closed

logs/bwc_index_2.3.4_deprecation.log

Whitespace-only changes.

logs/bwc_index_2.3.4_index_indexing_slowlog.log

Whitespace-only changes.

logs/bwc_index_2.3.4_index_search_slowlog.log

Whitespace-only changes.

0 commit comments

Comments
 (0)