ctubbsii commented on code in PR #5895:
URL: https://github.com/apache/accumulo/pull/5895#discussion_r2364662293
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -490,14 +490,14 @@ Each key is the name of the pool (can be assigned any
string). Each value is a J
""", "4.0.0"),
MANAGER_FATE_META_CONFIG("manager.fate.meta.config",
"""
- {
+ {\
'general':
{'TABLE_CREATE,TABLE_DELETE,TABLE_RENAME,TABLE_ONLINE,TABLE_OFFLINE,NAMESPACE_CREATE,\
NAMESPACE_DELETE,NAMESPACE_RENAME,TABLE_TABLET_AVAILABILITY,SHUTDOWN_TSERVER,\
TABLE_BULK_IMPORT2,TABLE_COMPACT,TABLE_CANCEL_COMPACT,TABLE_MERGE,TABLE_DELETE_RANGE,\
- TABLE_SPLIT,TABLE_CLONE,TABLE_IMPORT,TABLE_EXPORT,SYSTEM_MERGE': 4},
- 'commit': {'COMMIT_COMPACTION': 4},
- 'split': {'SYSTEM_SPLIT': 4}
- }
+ TABLE_SPLIT,TABLE_CLONE,TABLE_IMPORT,TABLE_EXPORT,SYSTEM_MERGE': 4},\
+ 'commit': {'COMMIT_COMPACTION': 4},\
+ 'split': {'SYSTEM_SPLIT': 4}\
+ }\
""",
Review Comment:
```suggestion
}""",
```
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -472,14 +472,14 @@ are performed (e.g. Bulk Import). This property specifies
the maximum number of
"1.9.3"),
MANAGER_FATE_USER_CONFIG("manager.fate.user.config",
"""
- {
+ {\
'general':
{'TABLE_CREATE,TABLE_DELETE,TABLE_RENAME,TABLE_ONLINE,TABLE_OFFLINE,NAMESPACE_CREATE,\
NAMESPACE_DELETE,NAMESPACE_RENAME,TABLE_TABLET_AVAILABILITY,SHUTDOWN_TSERVER,\
TABLE_BULK_IMPORT2,TABLE_COMPACT,TABLE_CANCEL_COMPACT,TABLE_MERGE,TABLE_DELETE_RANGE,\
- TABLE_SPLIT,TABLE_CLONE,TABLE_IMPORT,TABLE_EXPORT,SYSTEM_MERGE': 4},
- 'commit': {'COMMIT_COMPACTION': 4},
- 'split': {'SYSTEM_SPLIT': 4}
- }
+ TABLE_SPLIT,TABLE_CLONE,TABLE_IMPORT,TABLE_EXPORT,SYSTEM_MERGE': 4},\
+ 'commit': {'COMMIT_COMPACTION': 4},\
+ 'split': {'SYSTEM_SPLIT': 4}\
+ }\
""",
Review Comment:
This could be:
```suggestion
}""",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]