/** {@inheritDoc} */
 @Override
 public int getWriteFromBehindErrorRetryCount() {
   return store != null ? store.getWriteFromBehindErrorRetryCount() : -1;
 }