Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dsaha25
/
elasticsearch
Public
forked from
elastic/elasticsearch
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 4, 2013
Allow test output to be configurable via CMD
s1monw
committed
e68303d
Copy full SHA for e68303d
Added cluster state version to the debug logging of shards instances used in search.
bleskes
committed
f93efc3
Copy full SHA for f93efc3
Added client_ prefix to node clients created by TestCluster (client_node_#)
javanna
committed
e5b8293
Copy full SHA for e5b8293
Node clients in tests use now the same naming convention as ordinary nodes (node#)
javanna
committed
74b00b6
Copy full SHA for 74b00b6
Commits on Sep 3, 2013
Clean up warnings in commons package.
s1monw
committed
d532323
Copy full SHA for d532323
Remove UUID class in favor of Strings util methods
s1monw
committed
2ac7421
Copy full SHA for 2ac7421
[DOCS] Removed outdated new/deprecated version notices
clintongormley
committed
393c28b
Copy full SHA for 393c28b
Removed ThreadLocals class and its references, since it is no longer needed.
martijnvg
committed
d5a47e5
Copy full SHA for d5a47e5
Prevent ShardAllocator to modify the unassigned while running allocations
Show description for b39961b
s1monw
committed
b39961b
Copy full SHA for b39961b
Improved test
Show description for ca6c26c
javanna
committed
ca6c26c
Copy full SHA for ca6c26c
[DOCS] Fixed an out of sequence header in the Groovy docs
clintongormley
committed
69d1d35
Copy full SHA for 69d1d35
[DOCS] link: prefix not required when using {ref} attributes
clintongormley
committed
17234fe
Copy full SHA for 17234fe
[DOCS] Chunk depth now configurable, so [float] not required
clintongormley
committed
e6127fc
Copy full SHA for e6127fc
Fixed PluginManagerTests to connect to the right node when checking if the plugin is available
javanna
committed
2f10f94
Copy full SHA for 2f10f94
Switched PluginManagerTests to use default plugins location and added check that http connector is working properly
javanna
committed
73a7b06
Copy full SHA for 73a7b06
Added errorStream null check in HttpClient (used for testing purpose)
javanna
committed
f9f664b
Copy full SHA for f9f664b
test for primary allocating over replicas
Show description for 058f57b
kimchy
committed
058f57b
Copy full SHA for 058f57b
Replaced localhost with 127.0.0.1 in PluginManagerTests
javanna
committed
2d1b841
Copy full SHA for 2d1b841
Improved logic that removes top-level folder from archives when needed
Show description for 45c8da3
javanna
committed
45c8da3
Copy full SHA for 45c8da3
Add 'min_input_len' to completion suggester
Show description for eb2fed8
s1monw
committed
eb2fed8
Copy full SHA for eb2fed8
Restructured the transport action code for multi percolate api.
martijnvg
committed
eed7f0b
Copy full SHA for eed7f0b
Commits on Sep 2, 2013
Previously added logging in TransportRefreshAction caused NPE if search shards had errors (or was not yet started/assigned)
Show description for 7307e37
bleskes
committed
7307e37
Copy full SHA for 7307e37
Search action now log in debug what shards/nodes were used before moving to second phase
Show description for a48c437
bleskes
committed
a48c437
Copy full SHA for a48c437
Added new iteration to RecoveryWhileUnderLoadTests
Show description for 91c3853
javanna
committed
91c3853
Copy full SHA for 91c3853
Added log lines to log (debug level) acknowledgements regarding index alias creation and index state change
javanna
committed
fc1d667
Copy full SHA for fc1d667
Fixed close index when the index is already closed
Show description for 38be478
javanna
committed
38be478
Copy full SHA for 38be478
Used ElasticsearchAssertions to check count result in RecoveryWhileUnderLoadTests
javanna
committed
206ab3a
Copy full SHA for 206ab3a
Commits on Sep 1, 2013
Added IDs to the community clients docs, to control HTML page names
clintongormley
committed
ca4b85e
Copy full SHA for ca4b85e
Commits on Aug 31, 2013
Allow up to 10% unbalance in random allocator tests
s1monw
committed
6984821
Copy full SHA for 6984821
Commits on Aug 30, 2013
SearchWhileCreatingIndexTests didn't always supply enough node for write consistency requirements and thus hanged.
Show description for be09103
bleskes
committed
be09103
Copy full SHA for be09103
Changed expectedOperationsPerItem from AtomicInteger array to AtomicReferenceArray<AtomicInteger>.
Show description for be00437
martijnvg
committed
be00437
Copy full SHA for be00437
Add more trace logging if shard allocation is throttled
s1monw
committed
c9c8501
Copy full SHA for c9c8501
Added total, successful shard info to search related asserts in ElasticsearchAssertions
Show description for c70b8fb
bleskes
committed
c70b8fb
Copy full SHA for c70b8fb
Added Random test for ShardAllocator.
Show description for f8cf5ae
s1monw
committed
f8cf5ae
Copy full SHA for f8cf5ae
Commits on Aug 29, 2013
Use atomic collections to make sure all of the memory contents are visible from writing to reading thread.
martijnvg
committed
a7b2b78
Copy full SHA for a7b2b78
Pagination
Previous
Next
You can’t perform that action at this time.