summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/shard/ShardPath.java
AgeCommit message (Expand)Author
2016-12-28Remove PROTO-based custom cluster state componentsIgor Motov
2016-08-30Introduce Log4j 2Jason Tedor
2016-07-29add defense to selectNewPathForShardMike McCandless
2016-07-28work around JDK bug: if FileStore.getXXXSpace APIs return negative value, cha...Mike McCandless
2016-07-22Guard against negative result from FileStore.getUsableSpace when picking data...Mike McCandless
2016-03-14use index uuid as folder name to decouple index folder name from index nameAreek Zillur
2016-02-10Fix typos in commentsDongjoon Hyun
2016-01-28Make index uuid available in Index, ShardRouting & ShardIdBoaz Leskes
2015-11-13Extend usage of IndexSetting classBoaz Leskes
2015-10-22Replace IndexSettings annotation with a full-fledged classSimon Willnauer
2015-08-27add basic unit testMichael McCandless
2015-08-27simplify API for ShardPath.selectNewPathForShard to enable unit testing: don'...Michael McCandless
2015-08-27Expose shards data and state path via ShardStatsSimon Willnauer
2015-07-15Allow shards to be allocated if leftover shard from different index exists.Simon Willnauer
2015-07-13Rename MetaData.uuid -> MetaData.clusterUUID and IndexMetaData.uuid-> IndexMe...Boaz Leskes
2015-06-23Log warn message if leftover shard is detectedSimon Willnauer
2015-06-23Fix typoSimon Willnauer
2015-06-17Balance new shard allocations more evenly across multiple path.dataMichael McCandless
2015-06-05create core moduleSimon Willnauer