diff --git a/src/java/voldemort/client/AbstractStoreClientFactory.java b/src/java/voldemort/client/AbstractStoreClientFactory.java index 87476fe2db..0defd5dbdc 100644 --- a/src/java/voldemort/client/AbstractStoreClientFactory.java +++ b/src/java/voldemort/client/AbstractStoreClientFactory.java @@ -315,6 +315,11 @@ public Store getRawStore(String storeName, } } + /* + * Initialize the finalstore object only once the store object itself is + * wrapped by a StatrackingStore seems like the finalstore object is + * redundant? + */ Store finalStore = (Store) store; if(this.config.isEnableSerializationLayer()) {