Skip to content

Ratel on Windows PC (# of queries bug) #86

@dihmeetree

Description

@dihmeetree

If you suspect this could be a bug, follow the template.

  • What version of Dgraph are you using?
    v1.0.14

  • Have you tried reproducing the issue with latest release?
    Yes (Not with v1.0.15 though)

  • What is the hardware spec (RAM, OS)?
    24GB of RAM and Windows 10

  • Steps to reproduce the issue (command/config used to run Dgraph).

  1. Download the binaries you need for Windows
  2. Run dgraph zero in 1 cmd window.
  3. Run dgraph alpha --lru_mb 2048 --zero localhost:5080 in a 2nd cmd window.
  4. Run dgraph-ratel in a 3rd cmd window.
  5. Go to http://localhost:8000 and add a dgraph schema + add data.
  6. Run any query (it should run perfect, and ts.start_ts should go up by 1 every time)
  7. Ctrl-C ratel running in the 3rd cmd.
  8. Run dgraph-ratel again in the same cmd.
  9. Run the query again.. and you should see the start_ts going up by more than 1. (There are multiple queries starting now.. idk why)
  • Expected behaviour and actual result.
    start_ts should only go up by 1 every time you run a query. It's going up by 3 or 4 now for me each time I run a query in my local ratel instance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething is broken.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions