ECS:呼叫总部:ObjectGCObjectCleanup - 症状代码:1313 和 1314
Summary:
这是 ECS 3.2.1.0 中引入的一个呼叫总部功能,用于检测 警报。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
ECS 已呼叫总部并显示以下警报。
描述:CAS 处理对象清理速度缓慢。
警报示例:
描述:CAS 处理对象清理速度缓慢。
| 症状代码 | 严重性级别 |
| 1313 | 警告 |
| 1314 | ERROR |
警报示例:
<?xml version="1.0" encoding="UTF-8"?>
<ConnectHome SchemaVersion="1.0.8"
xsi:schemaLocation="/opt/connectemc/schema/ema_ConnectHome108.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TransType>10</TransType>
<TransTypeDesc>EventXML</TransTypeDesc>
<TransID>0</TransID>
<Node Status="Unknown" State="Unknown" ID="ECSQE00079">
<Identifier>
<DeviceState>1</DeviceState>
<DeviceStatus>1</DeviceStatus>
<ClarifyID>ECSQE00079</ClarifyID>
<SiteName>UNKNOWN</SiteName>
<Vendor>EMC</Vendor>
<DeviceType>ElasticCloudStorageApp</DeviceType>
<Model>ElasticCloudStorage</Model>
<SerialNumber>ECSQE00079</SerialNumber>
<WWN>ECSQE00079</WWN>
<Platform>platform</Platform>
<OS>SLES</OS>
<OS_VER>12.3</OS_VER>
<UcodeVer>3.3.0.0-4349.d0de882</UcodeVer>
<EmbedLevel>2</EmbedLevel>
<InternalMaxSize>512800</InternalMaxSize>
<Comment>Object Alert</Comment>
</Identifier>
<Connection>
<ConnectType>ESRS</ConnectType>
<IPName>austin-burlywood.ecs.lab.emc.com</IPName>
<ConnectNum>169.254.109.16</ConnectNum>
<Port>22</Port>
</Connection>
<HeartBeat>
<HBStatus></HBStatus>
<HBState></HBState>
</HeartBeat>
<InternalData>
<FileList/>
<EventList>
<Event>
<SymptomCode>1314</SymptomCode>
<Category>Configuration</Category>
<Severity>Error</Severity>
<Status>Unknown</Status>
<Component>Object</Component>
<ComponentID></ComponentID>
<SubComponent>CAS Processing Object Cleanup</SubComponent>
<SubComponentID></SubComponentID>
<CallHome>true</CallHome>
<FirstTime>2019-01-28T22:15:30.182Z</FirstTime>
<LastTime>2019-01-28T22:15:30.182Z</LastTime>
<Count>0</Count>
<EventData><![CDATA[]]></EventData>
<Description><![CDATA[CAS Processing object cleanup speed is slow. [Ref_ID : ObjectGCObjectCleanup]]]></Description>
</Event>
</EventList>
</InternalData>
<ExternalFiles/>
</Node>
</ConnectHome>
Cause
ECS 具有旧的未处理的 CAS GC 对象清理任务,这可能会触发慢速 CAS GC 警报。
Resolution
提醒:低于 3.5 的 ECS 版本中存在一个问题,如果没有删除,则会导致此传感器发出警报。即使没有可回收的空间。
通过 SSH 连接到 ECS 中的一个节点。
通过 SSH 连接到 ECS 中的一个节点。
- 验证当前传感器状态:
# svc_rest_cmd /vdc/sensor/status/ObjectGCObjectCleanup
示例:
# svc_rest_cmd /vdc/sensor/status/ObjectGCObjectCleanup
svc_rest_cmd 1.0.10
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SensorStatusList>
<SensorId>ObjectGCObjectCleanup</SensorId>
<ListSensorStatus>
<SensorStatusRestRep>
<ContextId>ObjectGCObjectCleanup</ContextId>
<CurrentState>OK</CurrentState>
<NodeId>1f4368c3-37cd-467f-9efc-289264806ea0</NodeId>
<PreviousState>OK</PreviousState>
<Time>1551118064264</Time>
</SensorStatusRestRep>
</ListSensorStatus>
<SensorStatusList>
<如果 CurrentState>设置为 OK,则查找它,这意味着错误处于非活动状态,您可以关闭 SR。如果 <CurrentState> 不正常(警告或错误),请继续进行故障处理。
- 检查 CAS GC 是否已启用、Object 是否已启用以及dry_run是否设置为 false
命令:
# svc_param list com.emc.ecs.objectgc | grep -e cas.enabled -e dry_run -e object.enabled
示例:
com.emc.ecs.objectgc.cas.enabled Enable or disable CAS GC true com.emc.ecs.objectgc.cas.process_object.dry_run If enabled then delete marker insertion will be skipped a... *false com.emc.ecs.objectgc.cas.process_object.enabled Enable or disable GC process object true
如果您的配置值与上述不匹配,请打开 SR 并引用此知识库文章。
Additional Information
思考:
CAS GC 回收与删除剪辑关联的 blob(也称为反射)。在 ECS 中,clip 和 blob 都被视为对象。删除剪辑后,它将成为包含审核信息的反映,例如何时进行删除调用以及来自哪个 IP。
某些应用程序会永久保留此信息。典型的剪辑或反射大小以 KB 为单位,因此反射不会占用太多空间。
如果您希望回收反射,则必须为 CAS 存储区设置反射过期。
这可以通过 ECS UI 完成(Manage> BucketsSelect >namespace ,然后单击 Edit Bucket。转至“必需”选项卡,启用“反射过期”并设置反射期限。
要删除 CAS 存储区,反射必须过期,因为它们仍被视为存储区中的对象。
CAS GC 回收与删除剪辑关联的 blob(也称为反射)。在 ECS 中,clip 和 blob 都被视为对象。删除剪辑后,它将成为包含审核信息的反映,例如何时进行删除调用以及来自哪个 IP。
某些应用程序会永久保留此信息。典型的剪辑或反射大小以 KB 为单位,因此反射不会占用太多空间。
如果您希望回收反射,则必须为 CAS 存储区设置反射过期。
这可以通过 ECS UI 完成(Manage> BucketsSelect >namespace ,然后单击 Edit Bucket。转至“必需”选项卡,启用“反射过期”并设置反射期限。
要删除 CAS 存储区,反射必须过期,因为它们仍被视为存储区中的对象。
Affected Products
ECS, ECS Appliance, ECS Appliance Gen 1, ECS Appliance Gen 2, ECS Appliance Gen 3, ECS Appliance Hardware Gen1 U-Series, ECS Appliance Hardware Gen1 C-Series, ECS Appliance Hardware Gen2 C-Series, Elastic Cloud StorageProducts
ECS Appliance Hardware Gen3 EX300, ECS Appliance Hardware Gen3 EX3000, ECS Appliance Hardware Gen2 D-Series, ECS Appliance Hardware Gen2 U-Series, ECS Appliance Hardware Gen3 EX500, ECS Appliance Hardware Gen3 EXF900, ECS Appliance Hardware Series
, ECS Appliance Software with Encryption, ECS Appliance Software without Encryption, Elastic Cloud Storage
...
Article Properties
Article Number: 000061341
Article Type: Solution
Last Modified: 17 Dec 2025
Version: 11
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.