Re: NullPointerException in TypeInfoCache.getSQLType

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: NullPointerException in TypeInfoCache.getSQLType
Дата
Msg-id CAB=Je-FhWvv3umEnB+QwZm=OGYiD-srbCBDknxMip-SAx3CwGA@mail.gmail.com
обсуждение исходный текст
Ответ на NullPointerException in TypeInfoCache.getSQLType  (Zachary Marshall <Zachary.Marshall@sas.com>)
Список pgsql-jdbc
>It will be hard to supply a reproducer since it seems to require lots of concurrent startups

Blind guess would be: a two-threaded test.
Thread 1: create & drop table in a loop
Thread 2: PgDatabaseMetaData.getTypeInfo & clear cache in a loop

>Your explanation seems plausible. I will add the suggested logging

That would be awesome.


Vladimir


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: NullPointerException in TypeInfoCache.getSQLType
Следующее
От: Álvaro Hernández Tortosa
Дата:
Сообщение: Re: [HACKERS] Packaging of postgresql-jdbc