Skip to content
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

merge to stable-23-3: filestore: GetNodeAttrBatch + some convenience methods, params, tests + some minor fixes + LocalService mode in filestore-vhost #1689

Merged
merged 11 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. add getstorageconfig private api call to nfs (#1566)

    * add getstorageconfig private api call to nfs
    
    * fix tests
    
    * update
    yegorskii authored and qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0ad7156 View commit details
    Browse the repository at this point in the history
  2. issue-1350: fio_index nemesis test for multitablet filestores (#1611)

    * issue-1350: fio_index nemesis test for multitablet filestores
    
    * issue-1350: fixed recurse order
    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b216d4e View commit details
    Browse the repository at this point in the history
  3. issue-1350: DisableMultiTabletForwarding flag + multitablet test in t…

    …ests/client with this flag (#1615)
    
    * issue-1350: DisableMultiTabletForwarding flag + multitablet test in tests/client with this flag
    
    * issue-1350: fixed client.py::test_multitablet_ls
    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    90ebd94 View commit details
    Browse the repository at this point in the history
  4. issue-1350: generalized TCreateNodeInFollowerActor to cover the needs…

    … of the CreateHandle op and got rid of TCreateNodeInFollowerUponCreateHandleActor (#1619)
    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    43900fe View commit details
    Browse the repository at this point in the history
  5. issue-1350: introduced TIndexTablet::GetNodeAttrBatch method to use i…

    …t in multitablet ListNodes implementation (#1625)
    
    * issue-1350: introduced TIndexTablet::GetNodeAttrBatch method to use it in multitablet ListNodes implementation, TODO: ut
    
    * issue-1350: TIndexTablet::GetNodeAttrBatch fixes and ut
    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c712910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be43621 View commit details
    Browse the repository at this point in the history
  7. issue-1350: GetNodeAttrBatch implementation in TListNodesActor (#1642)

    * issue-1350: GetNodeAttrBatch implementation in TListNodesActor
    
    * issue-1350: more tests for GetNodeAttrBatch in TListNodesActor + fixes
    
    * issue-1350: more tests for GetNodeAttrBatch in TListNodesActor + fixes2
    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    913e78d View commit details
    Browse the repository at this point in the history
  8. issue-1350: filestore-client findgarbage command + test + some fixes (#…

    …1643)
    
    * issue-1350: filestore-client findgarbage command + test
    
    * issue-1350: filestore-client setnodeattr and findgarbage fixes, fixed cleanup in client.py tests
    
    * issue-1350: implemented filestore-client DestroySession command + client.py test_describe_sessions should destroy sessions before destroying fs
    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9e789c4 View commit details
    Browse the repository at this point in the history
  9. issue-1668: LocalService mode for filestore-vhost (#1669)

    * issue-1668: LocalService mode for filestore-vhost
    
    * issue-1668: LocalService mode for filestore-vhost: fixed filestore-vhost cmdline in tests
    
    * issue-1668: LocalService mode for filestore-vhost: more logging + some fixes
    
    * issue-1668: LocalService mode for filestore-vhost: minor rename, fixed kikimr service
    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    65e205b View commit details
    Browse the repository at this point in the history
  10. MaxSessionHistoryId shouldn't be a global variable - session history …

    …ids for different tablets are completely unrelated. This commit fixes a race as well. (#1677)
    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    30ea2ad View commit details
    Browse the repository at this point in the history
  11. fixes after merge

    qkrorlqr committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    97bf7aa View commit details
    Browse the repository at this point in the history