| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Allow TransactionPinger to ping via RPC if is being used in RPC Client.
commit_hash:9b38ce40b5667f107d6f23e40bf07dcf80ac11c7
|
| |
|
|
| |
commit_hash:03d0aeb6901ca96aae2f8570482204f0ca707c88
|
| |
|
|
| |
commit_hash:734149847d3afaf0d980696fbfc2b15a64015d5b
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Introduce TExpectedErrorGuard that prevents logging expected error at Error level in the scope.
<Message for release notes>
commit_hash:e11ec54f57024002d18c26edd3fdfc9a9bf1e3a7
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use HTTPS client and schema for client context with TLS.
Reported-by: Nikita Sokolov <[email protected]>
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Link: https://github.com/ytsaurus/ytsaurus/pull/1559
---
* Changelog entry
Type: fix
Component: cpp-sdk
Handle HTTPS in yt/cpp/mapreduce/client transaction pinger.
---
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1567
commit_hash:1830efe8ab8a5ec527cd3fdc249032372237545f
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Start distributed session methods (file/table) now support attaching to transaction.
commit_hash:0a40dfd6d556f9890fa5abccf29c0baf33df4e7d
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Support YaMR and Proto formats for table fragment writers.
commit_hash:5b86b85f9ee8cad1572aa6c87eed5688b962dcfe
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Support distributed API in C\+\+ SDK
<Message for release notes>
commit_hash:689a3c978864fa4623f3b38ce031faa96532b3fe
|
| |
|
|
|
|
|
|
|
|
|
| |
<Message NOT for release notes>
* Changelog entry
Type: fix
Component: scheduler
Rework get\_job\_trace api: enable streaming and return perfetto-friendly format
commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
|
| |
|
|
|
| |
Initial commit
commit_hash:d8d8a160ba64cc1e63e174430aec262d2359cf4e
|
| |
|
|
| |
commit_hash:f2670aa725e0acbd8cda1c6ccb7efc01c5f95ef5
|
| |
|
|
| |
commit_hash:5493d9ed32b24050fa5feb08fe13097302ca0a23
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pull request refactors the RPC client creation process to enhance clarity and flexibility.
The previous method of specifying the Unix domain socket path directly in
```
CreateRpcClient(
"socketPath",
TCreateClientOptions()
.UseProxyUnixDomainSocket(true)
.MultiproxyTargetCluster("clusterName"));
```
has been changed to
```
CreateRpcClient(
"clusterName",
TCreateClientOptions()
.JobUnixDomainSocketPath("socketPath"));
```
Also fixes a minor bug, when serverName was set to socket path instead of cluster name.
commit_hash:d2e19d713304fd99c864377203642cff7a4652e7
|
| |
|
|
| |
commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
|
| |
|
|
| |
commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
|
| |
|
|
| |
commit_hash:1ddf88b71f3418bee4e3621d13b822ef59dc8e9d
|
| |
|
|
| |
commit_hash:c279c66b6d18c54f7f1794d2a0ba851119dd59c8
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-mapreduce-sdk
Introduce methods for reading table partition
commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
|
| |
|
|
| |
commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
|
| |
|
|
| |
commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553
|
| |
|
|
| |
commit_hash:cc2686061c43671c755570899d39e082199e6879
|
| |
|
|
| |
commit_hash:084ed566137acac02d701e8b07c99af4c78db549
|
| |
|
|
| |
commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
|
| |
|
|
| |
commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit should be reverted when these methods will have corresponding RPC implementations.
```
void TRpcRawClient::DeleteRows(
const TYPath& /*path*/,
const TNode::TListType& /*keys*/,
const TDeleteRowsOptions& /*options*/)
{
YT_UNIMPLEMENTED();
}
```
commit_hash:a7957f365cc49dce53d44d702288a41cb2ec45b9
|
| |
|
|
| |
commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
|
| |
|
|
| |
commit_hash:00566ef65ebff8cb4a46a4ffaa1772007fd47fab
|
| |
|
|
| |
commit_hash:64d27623f69d0d479e597339f3056a4a0a038054
|
| |
|
|
| |
commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c
|
| |
|
|
| |
commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836
|
| |
|
|
| |
commit_hash:df330f3a0c0ca36d9bcf801fd96b964f1be6383a
|
| |
|
|
| |
commit_hash:7f3ecc44b4299acc4fc7b0f463eceac61d0b0156
|
| |
|
|
| |
commit_hash:ba5d8fd5b68a38feda9f2d17af383c41d450219e
|
| |
|
|
| |
commit_hash:99bfa41ffc42ed3622660b15d7ce68802e53f902
|
| |
|
|
| |
commit_hash:298b614a4fddd4647e44e230448db1abf61569a3
|
| |
|
|
| |
commit_hash:15e9e482495b418a4e9f54ad7c423f0bba0d9f14
|
| |
|
|
| |
commit_hash:92ea122e55a25d9ae51128f652c4e43c1e72c05d
|
| |
|
|
|
|
| |
THttpRawClient
commit_hash:a08daac218b8d8bbd805220429b62f2284ad094f
|
| |
|
|
| |
commit_hash:4e2845ba995aaf7bbae2c24735ceb099a116c89d
|
| |
|
|
| |
commit_hash:bd11304f4147ff314372d4ab6049478143f60fd5
|
| |
|
|
|
|
| |
THttpRawClient
commit_hash:b093be44005f3d9da9779444cbbc32b93f7372ee
|
| |
|
|
| |
commit_hash:2d705aa0369f1425152547803e0fcf80780e1bf6
|
| |
|
|
| |
commit_hash:4f4f0d451f00b683572fc77efbae9119e2ee40de
|
| |
|
|
| |
commit_hash:c0f835454764181a7258ab7358022f8a80d71873
|
| |
|
|
| |
commit_hash:9ca8428c322034064576bb56f74e704425ce7de9
|
| |
|
|
| |
commit_hash:bd2228f98fa92de408ca850f9bc1608fdf99e7f5
|
| |
|
|
| |
commit_hash:3c4bb23f8331162e4667c907c007bc859cc2fc76
|
| |
|
|
| |
commit_hash:439622e771e7b7010609aa9974e9b82dcb0163ca
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry\
Type: feature\
Component: proxy
Add the handler that gets the job’s trace events.
commit_hash:c9d1a6d57e886a266967d57065bd3948882808c7
|
| |
|
|
| |
404e999bcffb20d5497161a98f48f566b5245704
|