Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13219

Issues with PE tool in trunk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Abandoned
    • 2.0.0
    • None
    • None
    • None

    Description

      -> PE tool tries to create the TEstTable and waits for it to be enabled and just hangs there
      Previously this was not happening and the PE tool used to run fine after the table creation.
      -> When we try to scan with 25 threads the PE tool fails after some time saying Unable to create native threads.
      I lost the Stack trace now. But I could get it easily. It happens here

        public void submit(RetryingCallable<V> task, int callTimeout, int id) {
          QueueingFuture<V> newFuture = new QueueingFuture<V>(task, callTimeout);
          executor.execute(Trace.wrap(newFuture));
          tasks[id] = newFuture;
        }
      

      in ResultBoundedCompletionService. This is also new. Previously it used to work with 25 threads without any issues.

      Attachments

        1. t1
          1.83 MB
          ramkrishna.s.vasudevan
        2. 13219.txt
          4 kB
          Nick Dimiduk

        Activity

          People

            Unassigned Unassigned
            ram_krish ramkrishna.s.vasudevan
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: