| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
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:2af1e11b5ae48afa30c1762d0170f3089a2e117f
|
| |
|
|
| |
commit_hash:979d1b6765ed3cc3e4cc9875306f2454ffad7096
|
| |
|
|
| |
commit_hash:57d91f37a7ee671db070142a51c437103bb881ba
|
| |
|
|
| |
commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb
|
| |
|
|
| |
commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
|
| |
|
|
| |
commit_hash:244578d9961943bfc97269bde987d0bb12c3f133
|
| |
|
|
| |
commit_hash:f3ff128095511d3566e4895001e0fd899acaeb07
|
| |
|
|
|
|
|
| |
This pull request updates the log level setting mechanism within NYT::TConfig from a explicit string-based approach to an enum-like approach.
The modification changes assignment from `NYT::TConfig::Get()->LogLevel = "info";` to `NYT::TConfig::Get()->LogLevel = NYT::NLogLevel::Info;`
This minimizes typos and misconfigurations as well as aligns with planned removal of enum ELogLevel (for the sake yt/core migration).
commit_hash:cf8d9629e4cc27e6a44f089edfc4c158f11e4baf
|
| |
|
|
|
| |
[diff:runtime]
commit_hash:262b2e671526b138d7a9631daf5d34400fc2208c
|
| |
|
|
| |
commit_hash:e2d621c2e844e927b6ed8188d628e3207441352f
|
| |
|
|
| |
commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1
|
| |
|
|
| |
commit_hash:a25a8948b4adb3b8a9453d784b6560b4b64bc0d8
|
| |
|
|
|
|
| |
methods
commit_hash:c71f62e346bef766379d7b3c3ac2933bb96ac543
|
| |
|
|
| |
commit_hash:9395b2e879d30ba83d17dcc8c94af4618a13d2a7
|
| |
|
|
| |
commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be
|
| |
|
|
| |
commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211
|
| |
|
|
|
|
|
|
|
| |
* 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:4a6a74639669cf2836dedbc7b61efb1f43faef1f
|
| |
|
|
| |
commit_hash:cc2686061c43671c755570899d39e082199e6879
|
| |
|
|
| |
commit_hash:084ed566137acac02d701e8b07c99af4c78db549
|
| |
|
|
| |
commit_hash:a8223fd786e254539dc86102b30558c16c8bd760
|
| |
|
|
| |
commit_hash:668ef57d392be32298dea16386d7d7e78aca248d
|
| |
|
|
| |
commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
|
| |
|
|
| |
commit_hash:2d5c53592a60605013dc6de0e7030f2c80ec3ac3
|
| |
|
|
| |
commit_hash:9bf2720c07d72769345cd76b6023c066c475b025
|
| |
|
|
| |
commit_hash:9017070ae3bd4877019fc3510bdea4372801ea34
|
| |
|
|
| |
commit_hash:78db7b8cacb58da4b6e26dd810baa508a8abfda2
|
| |
|
|
| |
commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba
|
| |
|
|
| |
commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5
|
| |
|
|
| |
commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6
|
| |
|
|
| |
commit_hash:eb23d10ce4143a7cc122794f85c66072b317fc44
|
| |
|
|
| |
commit_hash:6567d772f1cc5091a75ad5249c2a97a73dc5e6cd
|
| |
|
|
| |
commit_hash:44da796ee80311e7b497fd79a86a38a52b250272
|
| |
|
|
| |
commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
|
| |
|
|
| |
commit_hash:5854a0271a0a2a26dc9891ff1502889edbf38a18
|
| |
|
|
| |
commit_hash:942341764b50f7cef15e1b5a473069d8af9fcc2e
|
| |
|
|
| |
commit_hash:43a44fd322be5b98ea4f4c90ee0c5eebef9241e0
|
| |
|
|
| |
commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c
|
| |
|
|
| |
commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836
|
| |
|
|
| |
commit_hash:004bb333221acac91378ce9fcc12ce091f38ee87
|
| |
|
|
|
|
|
|
|
|
|
| |
No description
---
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1046
Co-authored-by: ignat <[email protected]>
commit_hash:9f0ae549cebc6e2e3bfdb510c88afa1aa2bdec55
|
| |
|
|
| |
commit_hash:e84d2a750dc219e544df03b6d84a154aa312ef1b
|
| |
|
|
| |
commit_hash:a2b2ef662dca59ed77030a8be927f291464b9406
|
| |
|
|
| |
commit_hash:3882b76fe4391a0a2dd80d40c940ffa250067a58
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Add `docker image` option into cpp sdk.
---
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1035
commit_hash:2a13f1bcfc21dc3b500100bca3fdfef04e96abf4
|
| |
|
|
|
|
| |
interface
commit_hash:9e6c556686dda1562697762d38da532dc5c87b80
|