-
Notifications
You must be signed in to change notification settings - Fork 23
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
users/evgenybud/vhost rdma server migration v2 #583
Closed
budevg
wants to merge
458
commits into
stable-23-3
from
users/evgenybud/vhost-rdma-server-migration-v2
Closed
users/evgenybud/vhost rdma server migration v2 #583
budevg
wants to merge
458
commits into
stable-23-3
from
users/evgenybud/vhost-rdma-server-migration-v2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…sks (#153) Co-authored-by: Mikhail Montsev <[email protected]>
* add more logs for s3 * add more logs for s3 * add more logs for s3 * add more logs for s3 * add more logs for s3 * fix issues * rebase * rebase * rebase * rebase * fix style * rebase --------- Co-authored-by: BarkovBG <[email protected]>
…te agent disconnects by rack - problems in a single rack should not make RejectAgentTimeout reach max values (#159) * NBSNEBIUS-76: RejectAgentTimeout dynamic calculation should deduplicate agent disconnects by rack - problems in a single rack should not make RejectAgentTimeout reach max values * NBSNEBIUS-76: RejectAgentTimeout dynamic calculation should deduplicate agent disconnects by rack - problems in a single rack should not make RejectAgentTimeout reach max values - fixed lifecycle ut
* add errors/canceled * fix typo
* Add required resources for disk manager tests * Replace sbr resources with FROM_SANDBOX macro * Discover data through build_path instead of work_path * Rename image directory to resources * Make ya.make in alphabetic order
Pseudo terminal allocation was not previously supported in tests, the -t option caused significant divergence in test results with proprietary tests.
* [Disk Manager]: Snapshot: Check chunk contents for zeroes Sometimes NBS can return chunks full of zeroes yet the zero field is set to false. Check if chunk is actually a zero chunk.
* refactor sre tools * resolve issues * fix build * fix issue
…hysicalOffset changed from 0 to non-0 (#186)
…HDD disks; slightly improved ShouldHandleCmsRequestsForHostsWithDependentHddDisks ut (#189) * NBSNEBIUS-82: not counting broken placement group partitions for non-HDD disks; slightly improved ShouldHandleCmsRequestsForHostsWithDependentHddDisks ut * NBSNEBIUS-82: not counting broken placement group partitions for non-HDD disks; slightly improved ShouldHandleCmsRequestsForHostsWithDependentHddDisks ut
…nActor and TVolumeActor (#151) * NBS-4826 send message about long running blob operations to TPartitionActor and TVolumeActor * NBS-4826 Fix review issues * Remove unnecessary comments
* NBS-4748: migrate from solomon to monitoring * NBS-4748: review fixes
…, extracted CopyFileData implementation, rewritten it without GetContent/GetContentRef usage, added uts for it (preparation to implement a lazy-alloc block buffer to use it in HandleDescribeData) (#520)
…allback reason + fix ServiceActor not reporting `ReadData` counters (#521) * [Filestore] NBSNEBIUS-121: TwoStageRead: add logging for `ReadData` fallback reason + fix ServiceActor not reporting `ReadData` counters
…tor::HandleDescribeData (#523)
Write run_all.sh output to the logs_dir for the run instead of the logs root
* mute ServiceMigrate* nemesis tests mute tests and specify split factor corresponding to it's chunk size based on the number of skipped tests in nightly builds e.g. https://github-actions-s3.website.nemax.nebius.cloud/ydb-platform/nbs/Nightly-build/7967342719/1/nebius-x86-64/summary/ya-test.html
…dHeader and ReadFooter (#515)
…encounter 403 http status code (#542)
Co-authored-by: Dmitry Razumov <[email protected]>
…unt, SessionTimeouts (#550)
…omes fully loaded (#553)
* issue-541: added DescribeSessions private api action * issue-541: added DescribeSessions private api action * issue-541: added DescribeSessions private api action * issue-541: added DescribeSessions private api action - fixed includes, added forgotten file
* [CI]: Fix acceptance tests issues Fix _cleaner_type for disk manager acceptance test. * Use timezone aware time in cleanup process * Improve error logging for DiskPolicy * Fix incorrect types in BaseTestBinaryExecutor.run() * Fix disk/snapshot naming in run_single_test
…-client, testing create+reset+describe sessions in client tests (#556) * issue-541: added createsession and resetsession commands to filestore-client, testing create+reset+describe sessions in client tests * issue-541: added createsession and resetsession commands to filestore-client, testing create+reset+describe sessions in client tests
When volume starts migration the endpoint will be switched to use regular data path (NRD volume through actor system). Additionally when "use-fastpath" added/removed to volume tags the endpoint will switch to use fast/regular data path Additionally resolves #312
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
multidict
ReadData
fallback reason + fix ServiceActor not reportingReadData
counters ([Filestore] NBSNEBIUS-121: TwoStageRead: add logging forReadData
fallback reason + fix ServiceActor not reportingReadData
counters #521)