|
@@ -19,3 +19,17 @@
|
|
|
The MemorySegmentBuilder has received a bad command in its input command
|
|
|
queue. This is likely a programming error. If the builder runs in a
|
|
|
separate thread, this would cause it to exit the thread.
|
|
|
+
|
|
|
+% MEMMGR_BUILDER_GET_ZONE_WRITER_ERROR Unable to get zone writer for zone '%1', data source '%2'. Skipping.
|
|
|
+The MemorySegmentBuilder was unable to get a ZoneWriter for the
|
|
|
+specified zone when handling the load command. This zone will be
|
|
|
+skipped.
|
|
|
+
|
|
|
+% MEMMGR_BUILDER_ZONE_WRITER_LOAD_1_ERROR Error loading zone '%1', data source '%2': '%3'
|
|
|
+The MemorySegmentBuilder failed to load the specified zone when handling
|
|
|
+the load command. This zone will be skipped.
|
|
|
+
|
|
|
+% MEMMGR_BUILDER_ZONE_WRITER_LOAD_2_ERROR Error loading zone '%1', data source '%2': '%3'
|
|
|
+An exception occured when the MemorySegmentBuilder tried to load the
|
|
|
+specified zone when handling the load command. This zone will be
|
|
|
+skipped.
|