summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-09-15Merge branch 'master' into remove_index_buffer_sizeMichael McCandless
2015-09-15Remove unused import in o.e.t.UpdateThreadPoolSettingsTestsJason Tedor
2015-09-15Remove unused import in o.e.a.t.TermVectorsFilterJason Tedor
2015-09-15Merge pull request #13548 from mikemccand/indexing_memory_controllerMichael McCandless
2015-09-15Remove unused import in o.e.t.ESIntegTestCaseJason Tedor
2015-09-15Remove and forbid use of com.google.common.base.JoinerJason Tedor
2015-09-15Remove and forbid use of com.google.common.math.LongMathJason Tedor
2015-09-15Replace and ban next batch of Guava classesSimon Willnauer
2015-09-15Remove and forbid use of com.google.common.collect.IterablesJason Tedor
2015-09-15Completely remove Preconditions.checkArgumentJason Tedor
2015-09-15Completely remove Preconditions.checkStateJason Tedor
2015-09-15Remove and forbid use of com.google.common.base.PreconditionsJason Tedor
2015-09-14[TEST] Use greaterThanOrEqualTo for testClusterInfoServiceCollectsInformationLee Hinman
2015-09-14remove index.buffer_size settingMichael McCandless
2015-09-14Merge branch 'Output plugin info only in verbose mode'Nik Everett
2015-09-14[test] wait until master actually has applied cluster state that contains sec...Britta Weber
2015-09-14[test] PluginManager plugin info printingNik Everett
2015-09-14[test] make sure ESSingleNodeTestCase waits after starting node until all blo...Britta Weber
2015-09-14[TEST] Add AwaitsFix for https://github.com/elastic/elasticsearch/issues/13558Lee Hinman
2015-09-14[test] test that shards are deleted if the first attempt after relocation fai...Britta Weber
2015-09-14logger.trace not logger.debug; fix test to verify bytes-sized index buffer si...Michael McCandless
2015-09-14Don't use forbidden API in FailableCacheSimon Willnauer
2015-09-14Fix test bug in o.e.a.s.b.n.TransportBroadcastByNodeActionTestsJason Tedor
2015-09-14Replace LoadingCache usage with a simple ConcurrentHashMapSimon Willnauer
2015-09-14Release: Add 1.7.2 bwc indices/versionsAlexander Reelsen
2015-09-14pull out string constants for settings, and add javadocsMichael McCandless
2015-09-14remove forced refresh on settings updateMichael McCandless
2015-09-14push settings change before refresh, when shard becomes inactiveMichael McCandless
2015-09-14even if engineUnsafe() is null we still must update the EngineConfigMichael McCandless
2015-09-14Remove and forbid use of guava Function, Charsets, Collections2Simon Willnauer
2015-09-14Merge pull request #13550 from rmuir/this_test_is_fucked_upRobert Muir
2015-09-14Discovery: Add two phased commit to Cluster State publishingBoaz Leskes
2015-09-14Clenup InternalClusterInfoServiceSimon Willnauer
2015-09-14Use Supplier instead of ReflectionSimon Willnauer
2015-09-14merge from masterBoaz Leskes
2015-09-14Fix AwarenessAllocationIT.testAwarenessZones testTanguy Leroux
2015-09-14NewPathForShardTests is broken every which way from Sunday.Robert Muir
2015-09-13Code cleanup in TransportBroadcastByNodeActionJason Tedor
2015-09-13Improve IndexingMemoryController a bit:Michael McCandless
2015-09-13Recovery: failed to properly ack translog ops during wait on mapping changesBoaz Leskes
2015-09-13[TEST] Don't rely on currentTimeMillis in RoutingServiceTestsSimon Willnauer
2015-09-13[test] mute and add link to issueBritta Weber
2015-09-12support mocking these components in tests without setAccessibleRobert Muir
2015-09-12Remove all setAccessible in tests and forbidRobert Muir
2015-09-12Merge pull request #13537 from rmuir/die_setaccessible_in_tests_dieRobert Muir
2015-09-12don't list this class twice (vi typo)Robert Muir
2015-09-12Hack around aws security hole of accessing sun.security.ssl, s3 repository wo...Robert Muir
2015-09-12Remove easy uses of setAccessible in tests.Robert Muir
2015-09-12ban setAccessible from core code.Robert Muir
2015-09-11get our stats back by reflecting mxbeans correctlyRobert Muir