[
https://issues.apache.org/jira/browse/GOBBLIN-2211?focusedWorklogId=975608&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-975608
]
ASF GitHub Bot logged work on GOBBLIN-2211:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jul/25 09:22
Start Date: 22/Jul/25 09:22
Worklog Time Spent: 10m
Work Description: NamsB7 commented on code in PR #4121:
URL: https://github.com/apache/gobblin/pull/4121#discussion_r2221872669
##########
gobblin-api/src/main/java/org/apache/gobblin/configuration/Category.java:
##########
@@ -0,0 +1,22 @@
+package org.apache.gobblin.configuration;
+
+import java.io.Serializable;
+
+/**
+ * POJO representing a Category, similar to Spec or State.
Review Comment:
Added description for this.
##########
gobblin-api/src/main/java/org/apache/gobblin/configuration/ConfigurationKeys.java:
##########
@@ -85,6 +85,14 @@ public class ConfigurationKeys {
public static final String DATASETURN_STATESTORE_NAME_PARSER =
"state.store.datasetUrnStateStoreNameParser";
+ /**
+ * Error Pattern Store related to configuration properties.
+ */
+ public static final String ERROR_REGEX_DB_TABLE_KEY =
"state.store.db.regexTableName";
+ public static final String ERROR_CATEGORIES_DB_TABLE_KEY =
"state.store.db.categoriesTableName";
+ public static final String ERROR_REGEX_MAX_VARCHAR_SIZE_KEY =
"error.regex.max.varchar.size";
+ public static final String ERROR_CATEGORY_MAX_VARCHAR_SIZE_KEY =
"error.category.max.varchar.size";
Review Comment:
Noted, has been changed accordingly.
Issue Time Tracking
-------------------
Worklog Id: (was: 975608)
Time Spent: 1h 20m (was: 1h 10m)
> Implement Error Classification based on execution issues
> --------------------------------------------------------
>
> Key: GOBBLIN-2211
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2211
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-service
> Reporter: Abhishek Jain
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Implement Error Classification to categorize the failure reason based on
> issues encountered.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)