Uploaded image for project: 'Phoenix Tephra'
  1. Phoenix Tephra
  2. TEPHRA-121

"SNAPHOT" mis-spelling in two constants

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • api
    • None

    Description

      In ~/Source/tephra/tephra-core/src/main/java/co/cask/tephra/TxConstants.java:

        /**
         * Configuration for the transaction snapshot persistence.
         */
        public static final class Persist {
          /**
           * The class names of all known transaction snapshot codecs.
           */
          public static final String CFG_TX_SNAPHOT_CODEC_CLASSES = "data.tx.snapshot.codecs";
          public static final Class[] DEFAULT_TX_SNAPHOT_CODEC_CLASSES = 
            { DefaultSnapshotCodec.class, SnapshotCodecV2.class, SnapshotCodecV3.class, SnapshotCodecV4.class };
        }
      

      Should SNAPHOT be SNAPSHOT?

      Changing this will affect dependent projects, such as CDAP...

      Attachments

        Activity

          People

            poorna Poorna Chandra
            john_jackson John Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: