[GitHub] flume pull request #146: FLUME-3128: Fix TestHDFSEventSinkOnMiniCluster.java...

2017-07-20 Thread mcsanady
Github user mcsanady closed the pull request at: https://github.com/apache/flume/pull/146 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] flume pull request #146: FLUME-3128: Fix TestHDFSEventSinkOnMiniCluster.java...

2017-07-19 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/146 FLUME-3128: Fix TestHDFSEventSinkOnMiniCluster.java due to incompatib… …le changes in hadoop-hdfs lib. Our test in flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink

[GitHub] flume pull request #132: FLUME-3093: Groundwork for version changes in root ...

2017-06-29 Thread mcsanady
Github user mcsanady closed the pull request at: https://github.com/apache/flume/pull/132 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] flume pull request #132: FLUME-3093: Groundwork for version changes in root ...

2017-06-29 Thread mcsanady
GitHub user mcsanady reopened a pull request: https://github.com/apache/flume/pull/132 FLUME-3093: Groundwork for version changes in root pom Extracted hard-coded version numbers to root pom.xml No version number changed in this step. The old used versions are named

[GitHub] flume pull request #149: FLUME-3141 Small typo found in RegexHbaseEventSeria...

2017-08-08 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/149 FLUME-3141 Small typo found in RegexHbaseEventSerializer.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/mcsanady/flume smalltypo

[GitHub] flume pull request #132: FLUME-3093: Groundwork for version changes in root ...

2017-05-18 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/132 FLUME-3093: Groundwork for version changes in root pom Extracted hard-coded version numbers to root pom.xml No version number changed in this step. The old used versions are named

[GitHub] flume pull request #169: FLUME-3173: Upgrade joda-time

2017-09-12 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/169 FLUME-3173: Upgrade joda-time Unit tests are passing. Found no suspicious change in [joda-time release doc.](http://www.joda.org/joda-time/changes-report.html) You can merge this pull request

[GitHub] flume pull request #160: FLUME-3154: Add HBase client version check to Async...

2017-08-28 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/160 FLUME-3154: Add HBase client version check to AsyncHBaseSink and HBas… The current AsyncHBase and HBase sink should run only with HBase < 2 If it finds an incompatible HBase cli

[GitHub] flume pull request #161: FLUME-3155: Use batch mode in mvn to fix Travis CI ...

2017-08-28 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/161 FLUME-3155: Use batch mode in mvn to fix Travis CI error Reduce log verbosity with mvn batch mode to avoid this error: The log length has exceeded the limit of 4 MB (this usually means

[GitHub] flume pull request #178: FLUME-3186: Make asyncHbaseClient configuration par...

2017-10-18 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/178 FLUME-3186: Make asyncHbaseClient configuration parameters available … In 1.7 version AsyncHbaseClient it is possible to pass all configuration to the constructor. This makes it possible

[GitHub] flume pull request #184: FLUME-3194 upgrade derby to the latest version

2017-11-28 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/184 FLUME-3194 upgrade derby to the latest version FLUME-3194 upgrade derby to the latest (1.14.1.0) version You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] flume pull request #186: FLUME-3199 Update netty to latest 3.x version

2017-11-30 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/186 FLUME-3199 Update netty to latest 3.x version With this change I would upgrade netty to latest 3.x version. The netty-all 4.x upgrade requires the rewriting of NettyAvroRpcClient class

[GitHub] flume pull request #182: FLUME-3158: Upgrade surefire version and config

2017-11-13 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/182 FLUME-3158: Upgrade surefire version and config Set surefire version to the latest and configure it to rerun failed tests. This way the flaky tests will not break the build as often. You can merge

[GitHub] flume pull request #180: FLUME-3190: flume shutdown hook issue when both hba...

2017-11-03 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/180 FLUME-3190: flume shutdown hook issue when both hbase and hdfs sink a… When both hdfs and hbase sink are in use, during shutdown (KILL SIGTERM), the hdfs sink won't be able to rename/close

[GitHub] flume pull request #186: FLUME-3199 Update netty to latest 3.x version

2017-12-06 Thread mcsanady
Github user mcsanady closed the pull request at: https://github.com/apache/flume/pull/186 ---

[GitHub] flume pull request #202: FLUME-3223 Flume HDFS Sink should retry close prior...

2018-03-13 Thread mcsanady
GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/202 FLUME-3223 Flume HDFS Sink should retry close prior to performing a r… …ecoverLease You can merge this pull request into a Git repository by running: $ git pull https://github.com/mcsanady