CHUNK_OVERLAP_PROTECTION configuration parameter
Use the CHUNK_OVERLAP_PROTECTION configuration parameter to prevent the database server from using a chunk that is already in use by another instance.
- onconfig.std value
- CHUNK_OVERLAP_PROTECTION 1
- values
0= disabled- default
1- takes effect
- After you edit your onconfig file and restart the database server.
Usage
When the CHUNK_OVERLAP_PROTECTION configuration parameter is enabled, the database server validates that new chunks do not overlap with other chunks and ensures that chunks do not overlap during initialization. If the server finds that chunks overlap, server initialization or the addition of the new chunk fails.