You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by Ralph Goers <ra...@dslextreme.com> on 2022/10/10 19:35:12 UTC

[VOTE] Release Apache Flume 1.11.0-RC1

This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.

Please download, test, and cast your votes on the Flume developers list.
[] +1, release the artifacts
[] -1, don't release because...

The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.

Changes in this release include:

** Bug
	• [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
	• [FLUME-3437] - Validate providerUrl
** New Feature
	• [FLUME-3440] - Add support for Spring Boot
** Improvement
	• [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
** Dependency upgrade
	• [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
			• Update Maven Assembly Plugin to 3.4.2
			• Update Maven Jar Plugin to 3.2.2
			• Update Scala library to 2.13.9
			• Update Gson to 2.9.1

Tag: 
a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”

Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.

Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.

Distribution archives: https://dist.apache.org/repos/dist/dev/flume/ 

You may download all the Maven artifacts by executing:
wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/

Ralph

Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
It seems the assembly plugin was updated from 3.1.0 to 3.4.2. See https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-941 <https://issues.apache.org/jira/projects/MASSEMBLY/issues/MASSEMBLY-941>.

I will revert the plugin back to its prior version with a note and then retry.

Ralph

> On Oct 16, 2022, at 11:41 AM, Ralph Goers <ra...@dslextreme.com> wrote:
> 
> This is very odd. I don’t see anything relevant that changed yet the file permissions are no longer being copied but defaulting.
> 
> Ralph
> 
>> On Oct 16, 2022, at 6:41 AM, Apache <ra...@dslextreme.com> wrote:
>> 
>> Thanks. I will take a look. I have no idea how that could have happened.
>> 
>> Ralph
>> 
>>> On Oct 16, 2022, at 2:54 AM, Tristan Stevens <tr...@apache.org> wrote:
>>> 
>>> -1 From me unfortunately.
>>> 
>>> Seems we have permissions problems in the bin directory where the files should be rwx. Comparing previous release:
>>> 
>>> ➜  apache-flume-1.10.1-bin ls -l bin/*
>>> -rwxr-xr-x@ 1 tristan  staff  12719 14 Jun 08:09 bin/flume-ng
>>> -rw-r--r--@ 1 tristan  staff    936 20 Jan  2022 bin/flume-ng.cmd
>>> -rwxr-xr-x@ 1 tristan  staff  14176 20 Jan  2022 bin/flume-ng.ps1
>>> 
>>> ➜  apache-flume-1.11.0-bin ls -l bin/*
>>> -rwxr--r--@ 1 tristan  staff  12719  2 Jan  2022 bin/flume-ng
>>> -rw-r--r--@ 1 tristan  staff    936  2 Jan  2022 bin/flume-ng.cmd
>>> -rw-r--r--@ 1 tristan  staff  14176  2 Jan  2022 bin/flume-ng.ps1
>>> 
>>> Otherwise, all looks good.
>>> 
>>> Tests performed:
>>> Verified checksums.
>>> Tested on MacOS using:
>>> 
>>> *   Sources: Seq, Kafka Source, TwitterSource
>>> *   Channels: Memory, Kafka Channel
>>> *   Sinks: Logger, Kafka Sink
>>> 
>>> Kafka testing using RedPanda 22.2.2 running in Docker.
>>> 
>>> Tristan
>>> 
>>> ________________________________
>>> From: Matt Sicker <bo...@gmail.com>
>>> Sent: 14 October 2022 05:28
>>> To: dev@flume.apache.org <de...@flume.apache.org>
>>> Subject: Re: [VOTE] Release Apache Flume 1.11.0-RC1
>>> 
>>> +1
>>> 
>>> Tested on an Intel Mac as there still seems to be failures on an Arm Mac.
>>> 
>>> —
>>> Matt Sicker
>>> 
>>>> On Oct 13, 2022, at 19:08, Ralph Goers <ra...@dslextreme.com> wrote:
>>>> 
>>>> This vote has now been open for more than 72 hours. Please vote.
>>>> 
>>>> My +1
>>>> 
>>>> Ralph
>>>> 
>>>>>> On Oct 13, 2022, at 8:06 AM, Sean Busbey <sb...@apple.com.INVALID> wrote:
>>>>> 
>>>>> FYI I’m building/testing this today. I’m going to see if I can get some other folks to throw stuff at it; but that feedback probably won’t come in a reasonable time window if we’re hoping to get this sorted quickly.
>>>>> 
>>>>>>> On Oct 10, 2022, at 2:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
>>>>>> 
>>>>>> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
>>>>>> 
>>>>>> Please download, test, and cast your votes on the Flume developers list.
>>>>>> [] +1, release the artifacts
>>>>>> [] -1, don't release because...
>>>>>> 
>>>>>> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
>>>>>> 
>>>>>> Changes in this release include:
>>>>>> 
>>>>>> ** Bug
>>>>>> • [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
>>>>>> • [FLUME-3437] - Validate providerUrl
>>>>>> ** New Feature
>>>>>> • [FLUME-3440] - Add support for Spring Boot
>>>>>> ** Improvement
>>>>>> • [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
>>>>>> ** Dependency upgrade
>>>>>> • [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
>>>>>>         • Update Maven Assembly Plugin to 3.4.2
>>>>>>         • Update Maven Jar Plugin to 3.2.2
>>>>>>         • Update Scala library to 2.13.9
>>>>>>         • Update Gson to 2.9.1
>>>>>> 
>>>>>> Tag:
>>>>>> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
>>>>>> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
>>>>>> 
>>>>>> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
>>>>>> 
>>>>>> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
>>>>>> 
>>>>>> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/
>>>>>> 
>>>>>> You may download all the Maven artifacts by executing:
>>>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
>>>>>> 
>>>>>> Ralph
>>>>> 
>>>>> 
>>>> 
>> 
> 


Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
This is very odd. I don’t see anything relevant that changed yet the file permissions are no longer being copied but defaulting.

Ralph

> On Oct 16, 2022, at 6:41 AM, Apache <ra...@dslextreme.com> wrote:
> 
> Thanks. I will take a look. I have no idea how that could have happened.
> 
> Ralph
> 
>> On Oct 16, 2022, at 2:54 AM, Tristan Stevens <tr...@apache.org> wrote:
>> 
>> -1 From me unfortunately.
>> 
>> Seems we have permissions problems in the bin directory where the files should be rwx. Comparing previous release:
>> 
>> ➜  apache-flume-1.10.1-bin ls -l bin/*
>> -rwxr-xr-x@ 1 tristan  staff  12719 14 Jun 08:09 bin/flume-ng
>> -rw-r--r--@ 1 tristan  staff    936 20 Jan  2022 bin/flume-ng.cmd
>> -rwxr-xr-x@ 1 tristan  staff  14176 20 Jan  2022 bin/flume-ng.ps1
>> 
>> ➜  apache-flume-1.11.0-bin ls -l bin/*
>> -rwxr--r--@ 1 tristan  staff  12719  2 Jan  2022 bin/flume-ng
>> -rw-r--r--@ 1 tristan  staff    936  2 Jan  2022 bin/flume-ng.cmd
>> -rw-r--r--@ 1 tristan  staff  14176  2 Jan  2022 bin/flume-ng.ps1
>> 
>> Otherwise, all looks good.
>> 
>> Tests performed:
>> Verified checksums.
>> Tested on MacOS using:
>> 
>> *   Sources: Seq, Kafka Source, TwitterSource
>> *   Channels: Memory, Kafka Channel
>> *   Sinks: Logger, Kafka Sink
>> 
>> Kafka testing using RedPanda 22.2.2 running in Docker.
>> 
>> Tristan
>> 
>> ________________________________
>> From: Matt Sicker <bo...@gmail.com>
>> Sent: 14 October 2022 05:28
>> To: dev@flume.apache.org <de...@flume.apache.org>
>> Subject: Re: [VOTE] Release Apache Flume 1.11.0-RC1
>> 
>> +1
>> 
>> Tested on an Intel Mac as there still seems to be failures on an Arm Mac.
>> 
>> —
>> Matt Sicker
>> 
>>> On Oct 13, 2022, at 19:08, Ralph Goers <ra...@dslextreme.com> wrote:
>>> 
>>> This vote has now been open for more than 72 hours. Please vote.
>>> 
>>> My +1
>>> 
>>> Ralph
>>> 
>>>>> On Oct 13, 2022, at 8:06 AM, Sean Busbey <sb...@apple.com.INVALID> wrote:
>>>> 
>>>> FYI I’m building/testing this today. I’m going to see if I can get some other folks to throw stuff at it; but that feedback probably won’t come in a reasonable time window if we’re hoping to get this sorted quickly.
>>>> 
>>>>>> On Oct 10, 2022, at 2:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
>>>>> 
>>>>> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
>>>>> 
>>>>> Please download, test, and cast your votes on the Flume developers list.
>>>>> [] +1, release the artifacts
>>>>> [] -1, don't release because...
>>>>> 
>>>>> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
>>>>> 
>>>>> Changes in this release include:
>>>>> 
>>>>> ** Bug
>>>>>  • [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
>>>>>  • [FLUME-3437] - Validate providerUrl
>>>>> ** New Feature
>>>>>  • [FLUME-3440] - Add support for Spring Boot
>>>>> ** Improvement
>>>>>  • [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
>>>>> ** Dependency upgrade
>>>>>  • [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
>>>>>          • Update Maven Assembly Plugin to 3.4.2
>>>>>          • Update Maven Jar Plugin to 3.2.2
>>>>>          • Update Scala library to 2.13.9
>>>>>          • Update Gson to 2.9.1
>>>>> 
>>>>> Tag:
>>>>> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
>>>>> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
>>>>> 
>>>>> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
>>>>> 
>>>>> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
>>>>> 
>>>>> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/
>>>>> 
>>>>> You may download all the Maven artifacts by executing:
>>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
>>>>> 
>>>>> Ralph
>>>> 
>>>> 
>>> 
> 


Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Apache <ra...@dslextreme.com>.
Thanks. I will take a look. I have no idea how that could have happened.

Ralph

> On Oct 16, 2022, at 2:54 AM, Tristan Stevens <tr...@apache.org> wrote:
> 
> -1 From me unfortunately.
> 
> Seems we have permissions problems in the bin directory where the files should be rwx. Comparing previous release:
> 
> ➜  apache-flume-1.10.1-bin ls -l bin/*
> -rwxr-xr-x@ 1 tristan  staff  12719 14 Jun 08:09 bin/flume-ng
> -rw-r--r--@ 1 tristan  staff    936 20 Jan  2022 bin/flume-ng.cmd
> -rwxr-xr-x@ 1 tristan  staff  14176 20 Jan  2022 bin/flume-ng.ps1
> 
> ➜  apache-flume-1.11.0-bin ls -l bin/*
> -rwxr--r--@ 1 tristan  staff  12719  2 Jan  2022 bin/flume-ng
> -rw-r--r--@ 1 tristan  staff    936  2 Jan  2022 bin/flume-ng.cmd
> -rw-r--r--@ 1 tristan  staff  14176  2 Jan  2022 bin/flume-ng.ps1
> 
> Otherwise, all looks good.
> 
> Tests performed:
> Verified checksums.
> Tested on MacOS using:
> 
>  *   Sources: Seq, Kafka Source, TwitterSource
>  *   Channels: Memory, Kafka Channel
>  *   Sinks: Logger, Kafka Sink
> 
> Kafka testing using RedPanda 22.2.2 running in Docker.
> 
> Tristan
> 
> ________________________________
> From: Matt Sicker <bo...@gmail.com>
> Sent: 14 October 2022 05:28
> To: dev@flume.apache.org <de...@flume.apache.org>
> Subject: Re: [VOTE] Release Apache Flume 1.11.0-RC1
> 
> +1
> 
> Tested on an Intel Mac as there still seems to be failures on an Arm Mac.
> 
> —
> Matt Sicker
> 
>> On Oct 13, 2022, at 19:08, Ralph Goers <ra...@dslextreme.com> wrote:
>> 
>> This vote has now been open for more than 72 hours. Please vote.
>> 
>> My +1
>> 
>> Ralph
>> 
>>>> On Oct 13, 2022, at 8:06 AM, Sean Busbey <sb...@apple.com.INVALID> wrote:
>>> 
>>> FYI I’m building/testing this today. I’m going to see if I can get some other folks to throw stuff at it; but that feedback probably won’t come in a reasonable time window if we’re hoping to get this sorted quickly.
>>> 
>>>>> On Oct 10, 2022, at 2:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
>>>> 
>>>> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
>>>> 
>>>> Please download, test, and cast your votes on the Flume developers list.
>>>> [] +1, release the artifacts
>>>> [] -1, don't release because...
>>>> 
>>>> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
>>>> 
>>>> Changes in this release include:
>>>> 
>>>> ** Bug
>>>>   • [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
>>>>   • [FLUME-3437] - Validate providerUrl
>>>> ** New Feature
>>>>   • [FLUME-3440] - Add support for Spring Boot
>>>> ** Improvement
>>>>   • [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
>>>> ** Dependency upgrade
>>>>   • [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
>>>>           • Update Maven Assembly Plugin to 3.4.2
>>>>           • Update Maven Jar Plugin to 3.2.2
>>>>           • Update Scala library to 2.13.9
>>>>           • Update Gson to 2.9.1
>>>> 
>>>> Tag:
>>>> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
>>>> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
>>>> 
>>>> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
>>>> 
>>>> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
>>>> 
>>>> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/
>>>> 
>>>> You may download all the Maven artifacts by executing:
>>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
>>>> 
>>>> Ralph
>>> 
>>> 
>> 


Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Tristan Stevens <tr...@apache.org>.
-1 From me unfortunately.

Seems we have permissions problems in the bin directory where the files should be rwx. Comparing previous release:

➜  apache-flume-1.10.1-bin ls -l bin/*
-rwxr-xr-x@ 1 tristan  staff  12719 14 Jun 08:09 bin/flume-ng
-rw-r--r--@ 1 tristan  staff    936 20 Jan  2022 bin/flume-ng.cmd
-rwxr-xr-x@ 1 tristan  staff  14176 20 Jan  2022 bin/flume-ng.ps1

➜  apache-flume-1.11.0-bin ls -l bin/*
-rwxr--r--@ 1 tristan  staff  12719  2 Jan  2022 bin/flume-ng
-rw-r--r--@ 1 tristan  staff    936  2 Jan  2022 bin/flume-ng.cmd
-rw-r--r--@ 1 tristan  staff  14176  2 Jan  2022 bin/flume-ng.ps1

Otherwise, all looks good.

Tests performed:
Verified checksums.
Tested on MacOS using:

  *   Sources: Seq, Kafka Source, TwitterSource
  *   Channels: Memory, Kafka Channel
  *   Sinks: Logger, Kafka Sink

Kafka testing using RedPanda 22.2.2 running in Docker.

Tristan

________________________________
From: Matt Sicker <bo...@gmail.com>
Sent: 14 October 2022 05:28
To: dev@flume.apache.org <de...@flume.apache.org>
Subject: Re: [VOTE] Release Apache Flume 1.11.0-RC1

+1

Tested on an Intel Mac as there still seems to be failures on an Arm Mac.

—
Matt Sicker

> On Oct 13, 2022, at 19:08, Ralph Goers <ra...@dslextreme.com> wrote:
>
> This vote has now been open for more than 72 hours. Please vote.
>
> My +1
>
> Ralph
>
>> On Oct 13, 2022, at 8:06 AM, Sean Busbey <sb...@apple.com.INVALID> wrote:
>>
>> FYI I’m building/testing this today. I’m going to see if I can get some other folks to throw stuff at it; but that feedback probably won’t come in a reasonable time window if we’re hoping to get this sorted quickly.
>>
>>>> On Oct 10, 2022, at 2:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
>>>
>>> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
>>>
>>> Please download, test, and cast your votes on the Flume developers list.
>>> [] +1, release the artifacts
>>> [] -1, don't release because...
>>>
>>> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
>>>
>>> Changes in this release include:
>>>
>>> ** Bug
>>>    • [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
>>>    • [FLUME-3437] - Validate providerUrl
>>> ** New Feature
>>>    • [FLUME-3440] - Add support for Spring Boot
>>> ** Improvement
>>>    • [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
>>> ** Dependency upgrade
>>>    • [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
>>>            • Update Maven Assembly Plugin to 3.4.2
>>>            • Update Maven Jar Plugin to 3.2.2
>>>            • Update Scala library to 2.13.9
>>>            • Update Gson to 2.9.1
>>>
>>> Tag:
>>> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
>>> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
>>>
>>> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
>>>
>>> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
>>>
>>> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/
>>>
>>> You may download all the Maven artifacts by executing:
>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
>>>
>>> Ralph
>>
>>
>

Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Matt Sicker <bo...@gmail.com>.
+1

Tested on an Intel Mac as there still seems to be failures on an Arm Mac.

—
Matt Sicker

> On Oct 13, 2022, at 19:08, Ralph Goers <ra...@dslextreme.com> wrote:
> 
> This vote has now been open for more than 72 hours. Please vote.
> 
> My +1
> 
> Ralph
> 
>> On Oct 13, 2022, at 8:06 AM, Sean Busbey <sb...@apple.com.INVALID> wrote:
>> 
>> FYI I’m building/testing this today. I’m going to see if I can get some other folks to throw stuff at it; but that feedback probably won’t come in a reasonable time window if we’re hoping to get this sorted quickly.
>> 
>>>> On Oct 10, 2022, at 2:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
>>> 
>>> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
>>> 
>>> Please download, test, and cast your votes on the Flume developers list.
>>> [] +1, release the artifacts
>>> [] -1, don't release because...
>>> 
>>> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
>>> 
>>> Changes in this release include:
>>> 
>>> ** Bug
>>>    • [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
>>>    • [FLUME-3437] - Validate providerUrl
>>> ** New Feature
>>>    • [FLUME-3440] - Add support for Spring Boot
>>> ** Improvement
>>>    • [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
>>> ** Dependency upgrade
>>>    • [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
>>>            • Update Maven Assembly Plugin to 3.4.2
>>>            • Update Maven Jar Plugin to 3.2.2
>>>            • Update Scala library to 2.13.9
>>>            • Update Gson to 2.9.1
>>> 
>>> Tag: 
>>> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
>>> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
>>> 
>>> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
>>> 
>>> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
>>> 
>>> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/ 
>>> 
>>> You may download all the Maven artifacts by executing:
>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
>>> 
>>> Ralph
>> 
>> 
> 

Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
This vote has now been open for more than 72 hours. Please vote.

My +1

Ralph

> On Oct 13, 2022, at 8:06 AM, Sean Busbey <sb...@apple.com.INVALID> wrote:
> 
> FYI I’m building/testing this today. I’m going to see if I can get some other folks to throw stuff at it; but that feedback probably won’t come in a reasonable time window if we’re hoping to get this sorted quickly.
> 
>> On Oct 10, 2022, at 2:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
>> 
>> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
>> 
>> Please download, test, and cast your votes on the Flume developers list.
>> [] +1, release the artifacts
>> [] -1, don't release because...
>> 
>> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
>> 
>> Changes in this release include:
>> 
>> ** Bug
>> 	• [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
>> 	• [FLUME-3437] - Validate providerUrl
>> ** New Feature
>> 	• [FLUME-3440] - Add support for Spring Boot
>> ** Improvement
>> 	• [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
>> ** Dependency upgrade
>> 	• [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
>> 			• Update Maven Assembly Plugin to 3.4.2
>> 			• Update Maven Jar Plugin to 3.2.2
>> 			• Update Scala library to 2.13.9
>> 			• Update Gson to 2.9.1
>> 
>> Tag: 
>> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
>> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
>> 
>> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
>> 
>> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
>> 
>> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/ 
>> 
>> You may download all the Maven artifacts by executing:
>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
>> 
>> Ralph
> 
> 


Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Sean Busbey <sb...@apple.com.INVALID>.
FYI I’m building/testing this today. I’m going to see if I can get some other folks to throw stuff at it; but that feedback probably won’t come in a reasonable time window if we’re hoping to get this sorted quickly.

> On Oct 10, 2022, at 2:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
> 
> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
> 
> Please download, test, and cast your votes on the Flume developers list.
> [] +1, release the artifacts
> [] -1, don't release because...
> 
> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
> 
> Changes in this release include:
> 
> ** Bug
> 	• [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
> 	• [FLUME-3437] - Validate providerUrl
> ** New Feature
> 	• [FLUME-3440] - Add support for Spring Boot
> ** Improvement
> 	• [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
> ** Dependency upgrade
> 	• [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
> 			• Update Maven Assembly Plugin to 3.4.2
> 			• Update Maven Jar Plugin to 3.2.2
> 			• Update Scala library to 2.13.9
> 			• Update Gson to 2.9.1
> 
> Tag: 
> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
> 
> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
> 
> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
> 
> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/ 
> 
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
> 
> Ralph



Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
Also, Matt Sicker has pointed out that the tag is release-1.11.0-rc1 not flume-1.11.0-rc1 as in the vote email.

Ralph

> On Oct 11, 2022, at 12:52 PM, Ralph Goers <ra...@dslextreme.com> wrote:
> 
> FYI - the issues with site deployment seem to have been solved. You may now view the updates at https://flume.staged.apache.org/index.html.
> 
> Ralph
> 
>> On Oct 10, 2022, at 12:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
>> 
>> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
>> 
>> Please download, test, and cast your votes on the Flume developers list.
>> [] +1, release the artifacts
>> [] -1, don't release because...
>> 
>> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
>> 
>> Changes in this release include:
>> 
>> ** Bug
>> 	• [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
>> 	• [FLUME-3437] - Validate providerUrl
>> ** New Feature
>> 	• [FLUME-3440] - Add support for Spring Boot
>> ** Improvement
>> 	• [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
>> ** Dependency upgrade
>> 	• [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
>> 			• Update Maven Assembly Plugin to 3.4.2
>> 			• Update Maven Jar Plugin to 3.2.2
>> 			• Update Scala library to 2.13.9
>> 			• Update Gson to 2.9.1
>> 
>> Tag: 
>> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
>> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
>> 
>> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
>> 
>> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
>> 
>> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/ 
>> 
>> You may download all the Maven artifacts by executing:
>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
>> 
>> Ralph
> 


Re: [VOTE] Release Apache Flume 1.11.0-RC1

Posted by Ralph Goers <ra...@dslextreme.com>.
FYI - the issues with site deployment seem to have been solved. You may now view the updates at https://flume.staged.apache.org/index.html.

Ralph

> On Oct 10, 2022, at 12:35 PM, Ralph Goers <ra...@dslextreme.com> wrote:
> 
> This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
> 
> Please download, test, and cast your votes on the Flume developers list.
> [] +1, release the artifacts
> [] -1, don't release because...
> 
> The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
> 
> Changes in this release include:
> 
> ** Bug
> 	• [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption
> 	• [FLUME-3437] - Validate providerUrl
> ** New Feature
> 	• [FLUME-3440] - Add support for Spring Boot
> ** Improvement
> 	• [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
> ** Dependency upgrade
> 	• [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
> 			• Update Maven Assembly Plugin to 3.4.2
> 			• Update Maven Jar Plugin to 3.2.2
> 			• Update Scala library to 2.13.9
> 			• Update Gson to 2.9.1
> 
> Tag: 
> a)  for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1”  or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git"
> b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1”
> 
> Web Site:  https://flume.staged.apache.org/.  Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html.
> 
> Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039.
> 
> Distribution archives: https://dist.apache.org/repos/dist/dev/flume/ 
> 
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/
> 
> Ralph