It is well known that ActiveObjects technology does not play well with multiple schemas in database.
Atlassian advice is to have separate database for each JIRA instance:
There are also similar problem with Bitbucket:
Recently we have started to use ActiveObjects technology for database model migrations on cloud environments where the library deals with thousands of schemas of PostgreSQL >9.6 database.
We were faced with improving the library to handle multiple schemas. It turned out to be pretty simple for PostgreSQL. In DatabaseMetaDataReaderImpl.java class getFields method jdbc driver DatabaseMetadata.getColumns method had passed null as schema name. Funny, because several lines further DatabaseMetadata.getPrimaryKeys method passed schema name as result of databaseProvider.getSchema().
Improving getting columns data by passing databaseProvider.getSchema() as schema name resolved the problem.
Why this improvement was not implemented by Atlassian? Does it conflict some database type/version?
Hi @Jeff Turner ,
As we said in French "L'eau a coulé sous les ponts" ...
After 3132 tickets in https://ecosystem.atlassian.net/browse/AO and almost 9 years, the ticket was considered Obsolete.
Apparently, even if we raise a bug and provide a possible solution, the correction is not initiated.
Hopping that as ex-Atlassian employee, your voice will be heard.
Vincent