File tree Expand file tree Collapse file tree
uPortal-webapp/src/main/resources/properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 />
4444
4545 <!-- User database for discovery; initialize_sql to blank prevents
46- table creation, which we handle with Hibernate via dbloader -->
46+ table creation, which we handle with Hibernate via dbloader.
47+ clear_table_on_view_change has the coordinator wipe the table on
48+ each view change so live members re-register and rows left behind
49+ by abruptly terminated (e.g. kill -9) nodes do not accumulate. -->
4750 <JDBC_PING
4851 connection_url =" ${jgroups.connection.url}"
4952 connection_username =" ${jgroups.connection.username}"
5053 connection_password =" ${jgroups.connection.password}"
5154 connection_driver =" ${jgroups.connection.driver_class}"
55+ clear_table_on_view_change =" true"
5256 initialize_sql =" "
5357 />
5458 <MERGE3 min_interval =" 5000"
You can’t perform that action at this time.
0 commit comments