nathanmarz / trident-memcached

Trident state implementation for Memcached
Apache License 2.0
41 stars 37 forks source link

added pom.xml, upgraded to latest storm + dealing with broken metrics gathering #8

Open msolujic opened 10 years ago

msolujic commented 10 years ago

Disabled metrics gathering because currently method makeState() is not called inside prepare(), than registerMetrics() is not called too, so all CountMetric variables stay un-initialized.

Unitll this is resolved, it is better just to turn off those metrics.

Alternative would be to initialize them during declaration with empty constructor.