Skip to content

dgraph server got: "unexpected meta: 0" #2102

@rhinoxi

Description

@rhinoxi
  • What version of Dgraph are you using?
    v1.0.3 (docker)

  • Have you tried reproducing the issue with latest release?
    Yes

  • What is the hardware spec (RAM, OS)?
    OS: Fedora release 26
    RAM: 8G

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

    1. load the 1 million movie data
    2. query in dgraph ratel:
    {
      f(func: allofterms(name@., "New")) {
        name@.
      }
    }
    
  • Expected behaviour and actual result.
    The docker container of dgraph server crashed.
    log:

    2018/02/08 09:35:46 unexpected meta: 0              
    github.com/dgraph-io/dgraph/x.Fatalf                
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/x/error.go:103                               
    github.com/dgraph-io/dgraph/posting.ReadPostingList 
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/posting/mvcc.go:427                          
    github.com/dgraph-io/dgraph/posting.getNew          
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/posting/mvcc.go:467                          
    github.com/dgraph-io/dgraph/posting.Get             
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/posting/lists.go:253                         
    github.com/dgraph-io/dgraph/worker.handleUidPostings                                                     
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/worker/task.go:509                           
    github.com/dgraph-io/dgraph/worker.helpProcessTask  
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/worker/task.go:678                           
    github.com/dgraph-io/dgraph/worker.processTask      
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/worker/task.go:622                           
    github.com/dgraph-io/dgraph/worker.ProcessTaskOverNetwork                                                
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/worker/task.go:149                           
    github.com/dgraph-io/dgraph/query.ProcessGraph      
        /home/travis/gopath/src/github.com/dgraph-io/dgraph/query/query.go:1894                          
    runtime.goexit                                      
        /home/travis/.gimme/versions/go1.9.2.linux.amd64/src/runtime/asm_amd64.s:2337
    

    As I search for another name, the server works well, like

    {
      f(func: allofterms(name@., "The Wolf of Wall Street")) {
        name@.
      }
    }
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    investigateRequires further investigation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions