-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create PIT API #2745
Create PIT API #2745
Conversation
Signed-off-by: Bharathwaj G <[email protected]>
72bd39b
to
edf18ac
Compare
❌ Gradle Check failure edf18aceacd2e2c26c544e80331e7fc76344a3d1 |
120f5e3
to
960df6e
Compare
❌ Gradle Check failure 0e86d02a0b6aaedd572a8a9ee93fd666bd931e9a |
❌ Gradle Check failure 120f5e3a6e2a8811cc019ee17cc62d0d68ae1060 |
✅ Gradle Check success 960df6eefee951c2286e5e1bf0d1d62095d1e332 |
960df6e
to
efe2d0f
Compare
✅ Gradle Check success efe2d0f25cdfc04701b649c302eaa9b2022dcc88 |
1cd692a
to
82a8020
Compare
Signed-off-by: Bharathwaj G <[email protected]>
82a8020
to
751c320
Compare
❌ Gradle Check failure 1cd692a798b5bac3a5302cdf17059ffc6e791fd5 |
✅ Gradle Check success 82a8020552cbc55f495d18151ba5c574c147fd0d |
Signed-off-by: Bharathwaj G <[email protected]>
Signed-off-by: Bharathwaj G <[email protected]>
Signed-off-by: Bharathwaj G <[email protected]>
❌ Gradle Check failure 3a20af0495fbae22c4ade96132d3e88bfbbf1780 |
@bharath-techie can we fix up the branch, the rebase seems to have screwed it up |
@Bukhtawar we need to change the base to feature/point_in_time branch before merge. It'll have a big diff as the diff will be against PIT changes + main.. i've changed it back to main , please change it to point in time feature branch before merge. |
@Bukhtawar I see this is set to merge to the feature branch. What is the plan for getting this into main? |
The changeset is huge, could we rebase / merge feature branch with main first please? It is difficult to revisit the change, thanks! |
* Create Point In Time API changes Signed-off-by: Bharathwaj G <[email protected]>
Description
This PR contains Create PIT API changes.
Context:
A Point In Time is a set of segments which are frozen in time taken at the moment of creation. We lock the segments of those indices’ shards and create contexts to access and query only those shards.
The Create PIT API returns PIT Id which later can be used as part of search requests to get results on that view of data.
Issues Resolved
#1147
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.