Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-6835

HBaseAdmin.flush claims to be asynchronous but appears to be synchronous

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.95.0
    • None
    • None

    Description

      Relevant comment:

         * Flush a table or an individual region.
         * Asynchronous operation.
      

      but it looks like it's synchronous. In fact, it returns whether the flush ran or not:

      message FlushRegionResponse {
        required uint64 lastFlushTime = 1;
        optional bool flushed = 2;
      }
      

      Attachments

        1. HBASE-6835.patch
          1.0 kB
          Gregory Chanan

        Issue Links

          Activity

            People

              gchanan Gregory Chanan
              gchanan Gregory Chanan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: