Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-48171

Clean up the use of deprecated APIs related to `o.rocksdb.Logger`

    XMLWordPrintableJSON

Details

    Description

      /**
       * <p>AbstractLogger constructor.</p>
       *
       * <p><strong>Important:</strong> the log level set within
       * the {@link org.rocksdb.Options} instance will be used as
       * maximum log level of RocksDB.</p>
       *
       * @param options {@link org.rocksdb.Options} instance.
       *
       * @deprecated Use {@link Logger#Logger(InfoLogLevel)} instead, e.g. {@code new
       *     Logger(options.infoLogLevel())}.
       */
      @Deprecated
      public Logger(final Options options) {
        this(options.infoLogLevel());
      } 

      Attachments

        Issue Links

          Activity

            People

              LuciferYang Yang Jie
              LuciferYang Yang Jie
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: