Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • shell
    • None

    Description

      Need to expose new synchronous calls for online and offlining tables in proxy. I was thinking of two options for this

      1. Add parameter to existing offlineTable() and onlineTable() methods
      2. Add new method offlineTableAndWait() to proxy

      Option #1 will break clients that used the 1.5 IDL and switch to the 1.6 IDL.

      Option #2 will not break clients that switch from the 1.5 to 1.6 IDL, but it will clutter the proxy API.

      I was discussing this w/ ctubbsii and he suggested going w/ option 1 because user can continue to use the 1.5 IDL to access a 1.6 proxy server. The 1.6 server can use thrift mechanisms to handle the fact that 1.5 IDL does not pass the extra parameter, defaulting to not waiting/async.

      Attachments

        Activity

          People

            kturner Keith Turner
            kturner Keith Turner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: