Intrasegment Slice Segment Profiling#20437
Intrasegment Slice Segment Profiling#20437ajleong623 wants to merge 3 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
❌ Gradle check result for b327473: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 01f7390: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
Example Response: {
"slices_info": {
"slice_count": 4,
"slices": [
{
"segments": [
{
"from": 0,
"segment_id": 1,
"to": 157
},
{
"from": 0,
"segment_id": 7,
"to": 78
}
],
"partition_count": 2,
"doc_count": 235
},
{
"segments": [
{
"from": 0,
"segment_id": 2,
"to": 151
},
{
"from": 0,
"segment_id": 4,
"to": 97
}
],
"partition_count": 2,
"doc_count": 248
},
{
"segments": [
{
"from": 0,
"segment_id": 0,
"to": 109
},
{
"from": 0,
"segment_id": 3,
"to": 144
}
],
"partition_count": 2,
"doc_count": 253
},
{
"segments": [
{
"from": 0,
"segment_id": 5,
"to": 125
},
{
"from": 0,
"segment_id": 6,
"to": 139
}
],
"partition_count": 2,
"doc_count": 264
}
]
}
} |
|
❌ Gradle check result for 2c540cb: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
This PR is stalled because it has been open for 30 days with no activity. |
Description
In the debug section, adds information on how segments were distributed in a slice during a concurrent query.
Related Issues
Resolves #20344
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.