File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,8 @@ class FwPointersCfg(Enum):
51
51
FW_POINTERS_CONFIG_KEY = 'FW_POINTERS_CONFIG'
52
52
53
53
# This variable has effect only in Hybrid mode, and controls whether forward and legacy pointers are cross-verified
54
- ARCTIC_FORWARD_POINTERS_RECONCILE = bool (os .environ .get ('ARCTIC_FORWARD_POINTERS_RECONCILE' ))
55
- try :
56
- # Controls the mode of operation for FW pointers, has effect on any new versions created
57
- ARCTIC_FORWARD_POINTERS_CFG = FwPointersCfg [(os .environ .get ('ARCTIC_FORWARD_POINTERS_CFG' ,
58
- FwPointersCfg .DISABLED .name ).upper ())]
59
- except Exception :
60
- logger .exception ("Failed to configure forward pointers with configuration {}" .format (
61
- os .environ .get ('ARCTIC_FORWARD_POINTERS_CFG' )))
62
- ARCTIC_FORWARD_POINTERS_CFG = FwPointersCfg .DISABLED
63
-
54
+ ARCTIC_FORWARD_POINTERS_RECONCILE = False
55
+ ARCTIC_FORWARD_POINTERS_CFG = FwPointersCfg .DISABLED
64
56
65
57
# ---------------------------
66
58
# Compression configuration
You can’t perform that action at this time.
0 commit comments