----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4677/#review6768 -----------------------------------------------------------
/trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/ConfigurationConstants.java <https://reviews.apache.org/r/4677/#comment14920> for readability: SYSPRO=>SYSPROP (here and in all referenced locations) /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/ConfigurationConstants.java <https://reviews.apache.org/r/4677/#comment14924> SYSPRO=>SYSPROP /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/ConfigurationConstants.java <https://reviews.apache.org/r/4677/#comment14921> For readability: PROPERTIES=>PROPS (here and all referring locations) /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/ConfigurationConstants.java <https://reviews.apache.org/r/4677/#comment14925> PROPERTIES=>PROPS /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/ConfigurationConstants.java <https://reviews.apache.org/r/4677/#comment14922> For readability: CONNECTION=>CONNECTIONS ...here and in all referring locations /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/ConfigurationConstants.java <https://reviews.apache.org/r/4677/#comment14923> CONNECTION=>CONNECTIONS /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/JdbcChannelProviderImpl.java <https://reviews.apache.org/r/4677/#comment14927> Long=>long new form => new short form /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/JdbcChannelProviderImpl.java <https://reviews.apache.org/r/4677/#comment14928> @param defaultValue default value, null if no default - Will On 2012-04-07 08:32:03, Arvind Prabhakar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4677/ > ----------------------------------------------------------- > > (Updated 2012-04-07 08:32:03) > > > Review request for Flume. > > > Summary > ------- > > Modified the implementation to deprecate the old form of configuration keys > for JDBC channel. The new form takes precedence if both types are present. > > > This addresses bug FLUME-1107. > https://issues.apache.org/jira/browse/FLUME-1107 > > > Diffs > ----- > > > /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/ConfigurationConstants.java > 1310683 > > /trunk/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/JdbcChannelProviderImpl.java > 1310683 > > Diff: https://reviews.apache.org/r/4677/diff > > > Testing > ------- > > Ran JDBC channel unit tests with the deprecated old form of configuration > keys. Updated the tests to use the new form and tested as well. > > > Thanks, > > Arvind > >
