Marina Pereskokova
Marina Pereskokova
Currently, ``--sanitizer ignore thread`` is equivalent to ``--sanitizer ignore``. Because of this, some of the internal tests are not running, but as I understand it, they are supposed to. To...
``` yt/odin/checks/lib/query_tracker_engine_liveness/__init__.py:25: [E302] expected 2 blank lines, found 1 yt/odin/checks/lib/query_tracker_engine_liveness/__init__.py:28: [E302] expected 2 blank lines, found 1 yt/odin/checks/lib/query_tracker_engine_liveness/__init__.py:31: [E302] expected 2 blank lines, found 1 yt/odin/checks/lib/query_tracker_engine_liveness/__init__.py:34: [E302] expected 2 blank...
I suppose that the raw_data column has too much data (more than 16 MB). In this case, the query results are truncated. We are working now to make it easier...
Shipped!
This is wrong way to set values in config :( You should add something like ``` "yql_agent"={ "gateway_config"={ "default_settings"=[ { name="OrderedColumns"; value="true"; }; ]; }; }; ``` in **_static_** config...
Does this behavior persist with pragma in query text? If this does not happen - it means that config specified incorrectly
Cmake build crashes as expected. This is due to the fact that cmake files are not being regenerated.
> > YqlAgent in banned state stops accepting new queries, but continues to process old ones. > > Our queries can be as long as 24 hours :( And we...
> > QueryTracker in banned state stops accepting incoming API calls > > But proxies still try to send API requests to this QT? Do they fallback(how fast?) to other...
Shipped!