Sai Pullabhotla <[email protected]> writes:

> Attached are a couple of test programs to reproduce the error with Derby
> 10.4.1.3 in embedded mode:
>
> CompressDBTest1.java - tries to read a table while it is being compressed. The
> select statement errors out with the following error:
> java.sql.SQLException: Container 2,192 not found.
> Subsequent SELECTs with a brand new connection also fail with a little bit
> different error:
> The conglomerate (2,192) requested does not exist.

There's some discussion about a similar problem in this bug report:
https://issues.apache.org/jira/browse/DERBY-637

The reporter of that bug did not mention that the table had been
compressed, but others have commented on the bug saying they have seen
the same error message after SYSCS_COMPRESS_TABLE.

-- 
Knut Anders

Reply via email to