Spilling Service Not Started
An attempt to use spilling occurs when the Spilling Service is disabled. This happens when the spilling service is not properly configured or has been disabled in the configuration.
Diagnostics
Check the spilling service configuration:
- Verify that
table_service_config.spilling_service_config.local_file_config.enable
is set totrue
.
Recommendations
To enable spilling:
- Set
table_service_config.spilling_service_config.local_file_config.enable
:true
in your configuration.
Note
Read more about the spilling architecture in Spilling Architecture in YDB.
Copied
Was the article helpful?
Previous