← Back to team overview

linux-traipu team mailing list archive

[Bug 936409] [NEW] select avg force key never finishes (by vadim)

 

Public bug reported:

Vadim reported this on drizzle-discuss, using Drizzle 7 RPMs.

> ( mysql -e "select avg(id) from sbtest$i FORCE KEY (PRIMARY); " sbtest
>  ) > $OUTDIR/warmup.${i}.out 2>&1   &
>
> This is 16 connections running in parallel.
>
> This process never finished in drizzle,
> as it seems it was serialized somewhere and I saw only 1 thread running.


All threads seem to be either in 
pthread_cond_wait or pthread_cond_timedwait

** Affects: drizzle
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/936409

Title:
  select avg force key never finishes (by vadim)

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  Vadim reported this on drizzle-discuss, using Drizzle 7 RPMs.

  > ( mysql -e "select avg(id) from sbtest$i FORCE KEY (PRIMARY); " sbtest
  >  ) > $OUTDIR/warmup.${i}.out 2>&1   &
  >
  > This is 16 connections running in parallel.
  >
  > This process never finished in drizzle,
  > as it seems it was serialized somewhere and I saw only 1 thread running.

  
  All threads seem to be either in 
  pthread_cond_wait or pthread_cond_timedwait

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/936409/+subscriptions


Follow ups

References