-
-
if in connection.py in driver we add credentials=ydb.credentials_from_env_variables() like this:
```
155 def _create_driver(self):
156 driver_config = ydb.DriverConfig(
157 …
-
8 March 22:23 UTC crit event DiskRegistryAgentNotFound occured after one of disk-agents broke down. Need to find out why it occured, and if there is a bug, fix it.
-
```
2024-04-22T10:43:14.318820Z :FLAT_TX_SCHEMESHARD NOTICE: AUDIT: txId: 562949963837643, database: /testing/test, subject: metadata@system, status: StatusInvalidParameter, reason: Cannot alter type …
bma13 updated
6 months ago
-
https://github.com/ydb-platform/ydb/blob/main/ydb/public/api/protos/ydb_query.proto#L154
-
The query
ALTER TABLE `/Root/KeyValue` ADD Value2 Utf8 NOT NULL DEFAULT "STANDARD";
Error:
Default expr Value2 type mismatch, expected: Utf8, actual: Utf8
-
Hello,
it's looks like the asan build is broken:
```
maxim@yurchuk:~/ydbwork/ydb$ ./ya test --sanitize=address ydb/core
Warn[-WBadDir]: in $B/contrib/restricted/boost/rational/librestricted-boo…
-
- Implement lazy compaction map loading **DONE**
- Implement garbage-based compaction **DONE**
- Use blob patching in compaction **LATER**
- Think about some ways to optimize Cleanup and FlushBytes…
-
So users can reuse it in the tests.
https://github.com/ydb-platform/ydb-java-sdk/blob/develop/tests/common/src/main/java/tech/ydb/test/integration/docker/YdbDockerContainer.java#L25
firov updated
7 months ago
-
There is a button that toggle autorefresh in Diagnostics. It's needed to add additional button to refresh current Diagnostics tab content.
Possible solution - store fetch data functions added with…