-
Notifications
You must be signed in to change notification settings - Fork 638
YQ-2634: S3 runtime file listing #925
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
Conversation
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit c43f84b.
🔴 linux-x86_64-release-asan: some tests FAILED for commit c43f84b.
|
ydb/library/yql/providers/s3/provider/yql_s3_dq_integration.cpp
Outdated
Show resolved
Hide resolved
29d5a6c
to
509c96e
Compare
⚪
|
⚪
|
⚪
|
⚪
|
⚪ |
⚪ |
⚪
|
⚪
|
⚪
|
⚪
|
dq tests broken by #1503 |
ydb/library/yql/providers/s3/provider/yql_s3_dq_integration.cpp
Outdated
Show resolved
Hide resolved
@@ -120,6 +120,11 @@ class TRetryEventsQueue { | |||
} | |||
return false; | |||
} | |||
|
|||
bool HasPendingEvents() { | |||
RemoveConfirmedEvents(MyConfirmedSeqNo); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bad naming maybe
Why do you modify smth in method called Has... ?
static_assert(EvEnd < EventSpaceEnd(NKikimr::TKikimrEvents::ES_S3_FILE_QUEUE), | ||
"expect EvEnd < EventSpaceEnd(TEvents::ES_S3_FILE_QUEUE)"); | ||
|
||
struct TEvUpdateConsumersCount : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you replace local events with non-local ones here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls upload fixes in next PR
* Base feature implementation * Added interconnect retries for FileQueue * Added best effort FileQueue pass away * Global ids for PB events, review fixes * Added missing peer dirs * Move FileQueue creation to FillSourceSettings * Added FileQueueBatchSize pragrma, batch also limited by requested amount * Round-robin stage in FileQueue, new s3 settings * FileQueue processes one batch at a time, removing amount from batch request * Runtime listing fixes * Clean up * Added parametrization in partitioning integration tests * Poison fix * Fixed partitioning columns, fixed retries, added extra tests * Unit test imports fixes * FileQueue consumers count correction * Review fixes
* Base feature implementation * Added interconnect retries for FileQueue * Added best effort FileQueue pass away * Global ids for PB events, review fixes * Added missing peer dirs * Move FileQueue creation to FillSourceSettings * Added FileQueueBatchSize pragrma, batch also limited by requested amount * Round-robin stage in FileQueue, new s3 settings * FileQueue processes one batch at a time, removing amount from batch request * Runtime listing fixes * Clean up * Added parametrization in partitioning integration tests * Poison fix * Fixed partitioning columns, fixed retries, added extra tests * Unit test imports fixes * FileQueue consumers count correction * Review fixes
No description provided.