ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.83k stars 532 forks source link

[☀️] added vdisk evict handlers for embedded-ui #1062

Open StekPerepolnen opened 8 months ago

StekPerepolnen commented 8 months ago

check handlers in ydb/core/blobstorage

StekPerepolnen commented 7 months ago

https://github.com/ydb-platform/ydb/pull/2182

StekPerepolnen commented 6 months ago

for evict request it's possible to use this request

:8765/tablets/app?TabletID=72057594037932033&exec=1
Content-Type: application/json
{
  "Command": {
    "ReassignGroupDisk": {
      "GroupId": 2181038080,
      "GroupGeneration": 2,
      "FailRealmIdx": 0,
      "FailDomainIdx": 0,
      "VDiskIdx": 0
    }
  }
}

72057594037932033 - is the const BSC tabletID