Github user zcorrea commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1437#discussion_r166395920
--- Diff: core/sqf/export/include/trafconf/trafconfig.h ---
@@ -67,26 +68,64 @@
#define PERSIST_RETRIES_KEY "PERSIST_RETRIES"
#define PERSIST_ZONES_KEY "PERSIST_ZONES"
-enum TC_STORAGE_TYPE {
+#define TC_ROOT_NODE "/trafodion"
+#define TC_INSTANCE_NODE "/instance"
+
+typedef enum {
+ ProcessType_Undefined=0, // No process type as been
defined
+ ProcessType_TSE, // Identifies a Table Storage
Engine (DP2)
--- End diff --
No, and to remove them will require additional work in the Seabed layer.
Perhaps another JIRA to address this code cleanup here and other areas will be
necessary,
---