----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60270/#review178492 -----------------------------------------------------------
ambari-server/src/main/python/ambari_server/dbConfiguration_linux.py Lines 324-325 (original) <https://reviews.apache.org/r/60270/#comment252505> I'm OK if this is the easiest solution. However, is there a way to say "write this out if-and-only-if it doesn't exist?" It's nice to see it defined explicitely on new installs. - Jonathan Hurley On June 21, 2017, 7:38 a.m., Attila Doroszlai wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/60270/ > ----------------------------------------------------------- > > (Updated June 21, 2017, 7:38 a.m.) > > > Review request for Ambari, Jonathan Hurley and Sebastian Toader. > > > Bugs: AMBARI-21294 > https://issues.apache.org/jira/browse/AMBARI-21294 > > > Repository: ambari > > > Description > ------- > > Do not overwrite `server.jdbc.connection-pool` for databases other than > MySQL. Omitting the property is OK, since `Configuration` defaults to > `internal`. > > > Diffs > ----- > > ambari-server/src/main/python/ambari_server/dbConfiguration_linux.py > dac31413343a7ab627bbfaa817666fa3c6c1cade > > > Diff: https://reviews.apache.org/r/60270/diff/1/ > > > Testing > ------- > > Ran `ambari-server setup` manually for MySQL, Postgres, SQL Server and Oracle. > > > Thanks, > > Attila Doroszlai > >
