questdb icon indicating copy to clipboard operation
questdb copied to clipboard

drop table failed

Open AllenEdison opened this issue 3 years ago • 1 comments

Describe the bug

  • create two table a,b
  • then dorp table:a,b

the b table will be failed to drop.

2022-07-17T09:01:46.878635Z I i.q.c.h.p.JsonQueryProcessorState [1796] exec [q='DROP TABLE 'testhello_RAW_1m'



  ']
2022-07-17T09:01:46.880853Z I i.q.c.h.p.QueryCache miss [thread=questdb-worker-3, sql=DROP TABLE 'testhello_RAW_1m'



  ]
2022-07-17T09:01:46.917420Z I i.q.c.CairoEngine locked [table=`testhello_RAW_1m`, thread=14]
2022-07-17T09:01:46.921581Z E i.q.c.CairoEngine remove failed [tableName='testhello_RAW_1m', error=5]
2022-07-17T09:01:46.925964Z I i.q.c.CairoEngine unlocked [table=`testhello_RAW_1m`]
2022-07-17T09:01:46.926965Z E i.q.c.h.p.JsonQueryProcessorState [1796] internal error [q=`DROP TABLE 'testhello_RAW_1m'



  `, ex=
io.questdb.cairo.CairoException: [5] Table remove failed
]
2022-07-17T09:01:46.957916Z I i.q.c.h.p.JsonQueryProcessor all sent [fd=1796, lastRequestBytesSent=309, nCompletedRequests=12, totalBytesSent=11570]

To reproduce

No response

Expected Behavior

No response

Environment

- **QuestDB version**: 6.4.2
- **OS**: Windows 10.  19042.1766
- **Browser**:

Additional context

No response

AllenEdison avatar Jul 17 '22 09:07 AllenEdison

Hello @AllenEdison . I think this bug is fixed in 6.4.3 that was released last Friday. Please let me know if it's still an issue .

bziobrowski avatar Jul 17 '22 15:07 bziobrowski