hibari / gdss-brick

http://hibari.github.com/hibari-doc/
Other
11 stars 2 forks source link

Hibari's quota roots preprocessor doesn't support zero-length values properly #3

Closed norton closed 13 years ago

norton commented 13 years ago

Hibari's quotas_preprocess plugin cannot handle empty values (i.e. <<>>) properly. This appears to be an original defect with Hibari's quota root implementation.

Temporary workaround is to disable all preprocess methods by configuration: %% %% GDSS Brick config %% {gdss_brick, [{brick_default_data_dir, "data/brick"}, {brick_preprocess_method, "none"} << HERE ]},

The next Hibari release will have "none" and/or "ssf_only" as the default value. This quota root implementation is already a target to be deprecated.

norton commented 13 years ago

This quota root kludge has been removed from the code base.

https://github.com/hibari/gdss-brick/commit/387faaaef7bfe7a287e2d216a74d39c23d403a23

https://github.com/hibari/gdss-admin/commit/4336603f566adc3a6b1e609fd91afbe2eda45191