-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed UDF names lookups to do exact regex match in the CSV list in the meta-data region i.e. ",<name>," or "<head><name>," instead of just searching for <name>; this fixes failures in UserDefinedFunctionsDUnitTest when run in suite due to previous test having superset name "intudf_embed" which subsumed "intudf" causing the code to think that "intudf" was dropped in meta-data region - updated log4j2 to 2.17.2 - changed jetty version to 9.4.43.v20210629 - updated sub-modules versions - rollover the log-file on startup in the log4j2.properties.template - fixed custom logj42.properties getting overridden by log4j2-defaults.properties at start - fixed log file output shown on startup - changed standard output file "start_" to use suffix as actual configured log-file name - updated cluster-util.sh and other utilities to use log4j2.properties instead of log4j.properties - updated docs and remaining places for log4j2.properties instead of log4j.properties - updated dependency versions in LICENSE and NOTICE - fixed sporadic failures in JDBCPreparedStatementDUnitTest, SnappyStorageEvictorSuite - changed all instances of Process.exitValue() to instead use timed waitFor() because former is broken and may return values like "-1" before process exit
- Loading branch information
Showing
28 changed files
with
306 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.