Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-8055

Sqline command !tables works incorrect for client node

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 2.4
    • 2.8
    • jdbc
    • None

    Description

      For reproducing:

      You should start one local server and one local client nodes and follow the instructions:

      1)Connect to server node:

      sqlline.bat --color=true --verbose=true -u jdbc:ignite:thin://127.0.0.1:10800

      2)Create new table on server node:

      CREATE TABLE City (id LONG PRIMARY KEY, name VARCHAR)WITH "template=replicated";

      3)Check that table exists from server node:

      !tables

      On this step table should be shown in the response.

      4)Connect to client node:

      sqlline.bat --color=true --verbose=true -u jdbc:ignite:thin://127.0.0.1:10801

      5)Check that table exists from server node:

      !tables

      On this step there is no "city" table in the list.

      Next commands work from client node as well:
      SELECT * FROM City
      DROP TABLE City
       

      Attachments

        Issue Links

          Activity

            People

              tledkov-gridgain Taras Ledkov
              aealeksandrov Andrei Aleksandrov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: