Marc Herbert wrote:
"Xavier Roques" <[EMAIL PROTECTED]> writes:

    synchronized (totalOrderQueue)
    {
      totalOrderQueue.notifyAll();
    }

But if the VirtualDatabase is not a DistributedVirtualDatabase,
the field totalOrderQueue queue is null and a NPE is thrown.

Is it a bug or I cannot do this?

This looks like a bug, thanks for the good report.

I think either this code should not be called in this case, or there
should be fake totalOrderQueue.

It also looks like support for non-distributed vdbs is not quite there...


Damián

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to