Bug 1531407
Summary: | dict data type mismatches in the logs (for "link-count") | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Nithya Balachandran <nbalacha> |
Component: | core | Assignee: | bugs <bugs> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | mainline | CC: | atumball, bugs, ravishankar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-14 09:21:45 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Nithya Balachandran
2018-01-05 05:43:27 UTC
This is not a bug in replicate. https://review.gluster.org/#/c/19062/ introduced some changes for gluster 4.0, wherein the dict_unserialize() function unconditionally assigned "data_t * value->data_type" to GF_DATA_TYPE_STR. Until the protocol changes for 4.0 support marshalling and unmarshalling of "data_t * value->data_type", the excessive logs should be fixed by https://review.gluster.org/#/c/19166/. The warnings are no more shown now, as we moved them to DEBUG mode. So, moving it as WORKSFORME. (as it resolves the flooding of mount logs). |