Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-2001

mscadmin redistributeData parameters are not accepted as suggested by the help information.

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.1.6
    • 1.1.0, 1.2.4
    • ?
    • None
    • 2019-01, 2019-02, 2019-03, 2019-04, 2019-05

    Description

      mcsadmin> redistributeData STATUS
      redistributedata Fri Dec 7 12:43:56 2018
      redistributeData must have one of START, STOP or STATUS
      mcsadmin> redistributeData status
      redistributedata Fri Dec 7 12:44:02 2018
      WriteEngineServer returned status 3: Redistribute is finished.
      0 success, 0 skipped, 0 failed.
      Total time: 0 seconds.

      mcsadmin> redistributeData START
      redistributedata Fri Dec 7 12:49:03 2018
      redistributeData must have one of START, STOP or STATUS
      mcsadmin> redistributeData start
      redistributedata Fri Dec 7 12:49:10 2018
      redistributeData START
      Source dbroots: 1 2 3
      Destination dbroots: 1 2 3

      WriteEngineServer returned status 1: Cleared.
      WriteEngineServer returned status 2: Redistribute is started.

      Attachments

        Activity

          ivan.zlatoustov Ivan Zlatoustov (Inactive) created issue -
          ivan.zlatoustov Ivan Zlatoustov (Inactive) made changes -
          Field Original Value New Value
          Priority Major [ 3 ] Minor [ 4 ]
          ivan.zlatoustov Ivan Zlatoustov (Inactive) made changes -
          Description mcsadmin> redistributeData *STATUS*
          redistributedata Fri Dec 7 12:43:56 2018
          redistributeData must have one of *START, STOP or STATUS*
          mcsadmin> redistributeData *status*
          redistributedata Fri Dec 7 12:44:02 2018
          WriteEngineServer returned status 3: Redistribute is finished.
          0 success, 0 skipped, 0 failed.
          Total time: 0 seconds.

          mcsadmin> redistributeData *START*
          redistributedata Fri Dec 7 12:49:03 2018
          redistributeData must have one of *START, STOP or STATUS*
          mcsadmin> redistributeData start
          redistributedata Fri Dec 7 12:49:10 2018
          redistributeData *START*
          Source dbroots: 1 2 3
          Destination dbroots: 1 2 3

          WriteEngineServer returned status 1: Cleared.
          WriteEngineServer returned status 2: Redistribute is started.
          mcsadmin> redistributeData *STATUS*
          redistributedata Fri Dec 7 12:43:56 2018
          redistributeData must have one of *START, STOP or STATUS*
          mcsadmin> redistributeData *status*
          redistributedata Fri Dec 7 12:44:02 2018
          WriteEngineServer returned status 3: Redistribute is finished.
          0 success, 0 skipped, 0 failed.
          Total time: 0 seconds.

          mcsadmin> redistributeData *START*
          redistributedata Fri Dec 7 12:49:03 2018
          redistributeData must have one of *START, STOP or STATUS*
          mcsadmin> redistributeData *start*
          redistributedata Fri Dec 7 12:49:10 2018
          redistributeData *START*
          Source dbroots: 1 2 3
          Destination dbroots: 1 2 3

          WriteEngineServer returned status 1: Cleared.
          WriteEngineServer returned status 2: Redistribute is started.
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Assignee David Thompson [ dthompson ] David Hall [ david.hall ]
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Fix Version/s 1.1.7 [ 23136 ]
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Sprint 2019-01 [ 301 ]
          David.Hall David Hall (Inactive) made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          David.Hall David Hall (Inactive) made changes -
          Component/s oam [ 13505 ]
          Affects Version/s 1.1.6 [ 23121 ]

          Made the parameters for RedistributeData case insensitive.

          David.Hall David Hall (Inactive) added a comment - Made the parameters for RedistributeData case insensitive.
          David.Hall David Hall (Inactive) made changes -
          Assignee David Hall [ david.hall ] Ben Thompson [ ben.thompson ]
          Status In Progress [ 3 ] In Review [ 10002 ]

          There was a comment on the github pull request that should be addressed.

          ben.thompson Ben Thompson (Inactive) added a comment - There was a comment on the github pull request that should be addressed.
          ben.thompson Ben Thompson (Inactive) made changes -
          Status In Review [ 10002 ] Needs Feedback [ 10501 ]
          ben.thompson Ben Thompson (Inactive) made changes -
          Assignee Ben Thompson [ ben.thompson ] David Hall [ david.hall ]

          Changed the usage from iequals() to strncasecmp (with #ifdef for MSC_VER). This is much more lightweight and we're not dealing with other than ASCII here.

          David.Hall David Hall (Inactive) added a comment - Changed the usage from iequals() to strncasecmp (with #ifdef for MSC_VER). This is much more lightweight and we're not dealing with other than ASCII here.
          David.Hall David Hall (Inactive) made changes -
          Status Needs Feedback [ 10501 ] In Review [ 10002 ]
          David.Hall David Hall (Inactive) made changes -
          Assignee David Hall [ david.hall ] Ben Thompson [ ben.thompson ]
          ben.thompson Ben Thompson (Inactive) made changes -
          Status In Review [ 10002 ] In Testing [ 10301 ]
          ben.thompson Ben Thompson (Inactive) made changes -
          Assignee Ben Thompson [ ben.thompson ] Daniel Lee [ dleeyh ]

          Build tested: 1.1.7-1

          server commit:
          b5a7a22
          engine commit:
          1c23dc9

          Command is no longer case sensitive, as the ticket requested.

          I noticed the following issue. I don't know if it

          mcsadmin> redistributeData stop
          redistributedata Wed Feb 6 22:14:17 2019
          WriteEngineServer returned status 1: Redistribute is not running. Command is ignored.
          redistributeData must have one of START, STOP or STATUS

          mcsadmin> redistributeData STOP
          redistributedata Wed Feb 6 22:15:12 2019
          WriteEngineServer returned status 1: Redistribute is not running. Command is ignored.
          redistributeData must have one of START, STOP or STATUS

          redistributeData START
          Source dbroots: 1 2
          Destination dbroots: 1 2

          WriteEngineServer returned status 1: Cleared.
          WriteEngineServer returned status 2: Redistribute is started.
          redistributeData must have one of START, STOP or STATUS

          The commands are valid. We should not output the last line message

          dleeyh Daniel Lee (Inactive) added a comment - Build tested: 1.1.7-1 server commit: b5a7a22 engine commit: 1c23dc9 Command is no longer case sensitive, as the ticket requested. I noticed the following issue. I don't know if it mcsadmin> redistributeData stop redistributedata Wed Feb 6 22:14:17 2019 WriteEngineServer returned status 1: Redistribute is not running. Command is ignored. redistributeData must have one of START, STOP or STATUS mcsadmin> redistributeData STOP redistributedata Wed Feb 6 22:15:12 2019 WriteEngineServer returned status 1: Redistribute is not running. Command is ignored. redistributeData must have one of START, STOP or STATUS redistributeData START Source dbroots: 1 2 Destination dbroots: 1 2 WriteEngineServer returned status 1: Cleared. WriteEngineServer returned status 2: Redistribute is started. redistributeData must have one of START, STOP or STATUS The commands are valid. We should not output the last line message
          dleeyh Daniel Lee (Inactive) made changes -
          Assignee Daniel Lee [ dleeyh ] David Hall [ david.hall ]
          Status In Testing [ 10301 ] Stalled [ 10000 ]
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Sprint 2019-01 [ 301 ] 2019-01, 2019-02 [ 301, 310 ]
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Fix Version/s 1.1.8 [ 23206 ]
          Fix Version/s 1.1.7 [ 23136 ]
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Sprint 2019-01, 2019-02 [ 301, 310 ] 2019-01, 2019-02, 2019-03 [ 301, 310, 314 ]
          David.Hall David Hall (Inactive) made changes -
          Status Stalled [ 10000 ] In Progress [ 3 ]
          David.Hall David Hall (Inactive) made changes -
          Assignee David Hall [ david.hall ] David Mott [ david.mott@mariadb.com ]
          Status In Progress [ 3 ] In Review [ 10002 ]
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Sprint 2019-01, 2019-02, 2019-03 [ 301, 310, 314 ] 2019-01, 2019-02, 2019-03, 2019-4 [ 301, 310, 314, 323 ]
          david.mott@mariadb.com David Mott (Inactive) made changes -
          Assignee David Mott [ david.mott@mariadb.com ] Daniel Lee [ dleeyh ]
          david.mott@mariadb.com David Mott (Inactive) made changes -
          Status In Review [ 10002 ] In Testing [ 10301 ]
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Sprint 2019-01, 2019-02, 2019-03, 2019-04 [ 301, 310, 314, 323 ] 2019-01, 2019-02, 2019-03, 2019-04, 2019-5 [ 301, 310, 314, 323, 329 ]
          LinuxJedi Andrew Hutchings (Inactive) made changes -
          Fix Version/s 1.2.4 [ 23254 ]

          Build verified: 1.1.8-1 nightly
          server commit:
          01cc1ef
          engine commit:
          0af6994
          Still waiting for 1.2.4-1

          dleeyh Daniel Lee (Inactive) added a comment - Build verified: 1.1.8-1 nightly server commit: 01cc1ef engine commit: 0af6994 Still waiting for 1.2.4-1

          Build verified: Github source 1.2.4-1

          git commits:

          /root/columnstore/mariadb-columnstore-server
          commit e3d99393916f0231db02564dd5e316e803bdbbe9
          Author: Andrew Hutchings <andrew@linuxjedi.co.uk>
          Date: Mon Jan 14 16:20:01 2019 +0000

          Disable Travis triggering on pull requests

          /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine
          commit 92d662491ac08095e5998b69a9c730e9d208e8f4
          Merge: 0dd33c6 45df72a
          Author: Roman Nozdrin <drrtuy@gmail.com>
          Date: Thu May 16 21:50:05 2019 +0300

          Merge pull request #761 from mariadb-corporation/develop-1.2-merge-up-20190514

          Merge develop-1.1 into develop-1.2

          dleeyh Daniel Lee (Inactive) added a comment - Build verified: Github source 1.2.4-1 git commits: /root/columnstore/mariadb-columnstore-server commit e3d99393916f0231db02564dd5e316e803bdbbe9 Author: Andrew Hutchings <andrew@linuxjedi.co.uk> Date: Mon Jan 14 16:20:01 2019 +0000 Disable Travis triggering on pull requests /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine commit 92d662491ac08095e5998b69a9c730e9d208e8f4 Merge: 0dd33c6 45df72a Author: Roman Nozdrin <drrtuy@gmail.com> Date: Thu May 16 21:50:05 2019 +0300 Merge pull request #761 from mariadb-corporation/develop-1.2-merge-up-20190514 Merge develop-1.1 into develop-1.2
          dleeyh Daniel Lee (Inactive) made changes -
          issue.field.resolutiondate 2019-05-17 15:41:05.0 2019-05-17 15:41:05.34
          dleeyh Daniel Lee (Inactive) made changes -
          Resolution Fixed [ 1 ]
          Status In Testing [ 10301 ] Closed [ 6 ]
          toddstoffel Todd Stoffel (Inactive) made changes -
          Rank Ranked higher
          toddstoffel Todd Stoffel (Inactive) made changes -
          Fix Version/s 1.1.0 [ 22100 ]
          Fix Version/s 1.1.8 [ 23206 ]
          leonid.fedorov Leonid Fedorov made changes -
          Component/s ? [ 14509 ]
          Component/s oam [ 13505 ]

          People

            dleeyh Daniel Lee (Inactive)
            ivan.zlatoustov Ivan Zlatoustov (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.