[GitHub] [fluo] ctubbsii commented on a change in pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-16 Thread GitBox
ctubbsii commented on a change in pull request #1113: URL: https://github.com/apache/fluo/pull/1113#discussion_r595510753 ## File path: modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java ## @@ -48,11 +48,12 @@ /** * Same as {@link #execute(Loader

[GitHub] [fluo] keith-turner commented on a change in pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-16 Thread GitBox
keith-turner commented on a change in pull request #1113: URL: https://github.com/apache/fluo/pull/1113#discussion_r595481296 ## File path: modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java ## @@ -48,11 +48,12 @@ /** * Same as {@link #execute(Lo

[GitHub] [fluo] jaredwinick commented on pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-16 Thread GitBox
jaredwinick commented on pull request #1113: URL: https://github.com/apache/fluo/pull/1113#issuecomment-800457112 So after the last commit, the build succeeded. When testing with Github Actions on my fork, I saw one success and one failure. FWIW, the failures do seem consistent on the test

[GitHub] [fluo] ctubbsii commented on a change in pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-15 Thread GitBox
ctubbsii commented on a change in pull request #1113: URL: https://github.com/apache/fluo/pull/1113#discussion_r594842277 ## File path: .github/workflows/maven.yaml ## @@ -28,6 +28,7 @@ on: branches: [ '*' ] pull_request: branches: [ '*' ] + workflow_dispatch: Re

[GitHub] [fluo] jaredwinick commented on a change in pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-15 Thread GitBox
jaredwinick commented on a change in pull request #1113: URL: https://github.com/apache/fluo/pull/1113#discussion_r594837578 ## File path: .github/workflows/maven.yaml ## @@ -28,6 +28,7 @@ on: branches: [ '*' ] pull_request: branches: [ '*' ] + workflow_dispatch:

[GitHub] [fluo] ctubbsii commented on a change in pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-15 Thread GitBox
ctubbsii commented on a change in pull request #1113: URL: https://github.com/apache/fluo/pull/1113#discussion_r594812214 ## File path: .github/workflows/maven.yaml ## @@ -28,6 +28,7 @@ on: branches: [ '*' ] pull_request: branches: [ '*' ] + workflow_dispatch: Re

[GitHub] [fluo] jaredwinick commented on pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-15 Thread GitBox
jaredwinick commented on pull request #1113: URL: https://github.com/apache/fluo/pull/1113#issuecomment-799444516 > > I had run `mvn verify` several times locally with no issues, so not exactly sure what is up with that IT failure. Please let me know if there is something I can do to follo

[GitHub] [fluo] ctubbsii commented on pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-14 Thread GitBox
ctubbsii commented on pull request #1113: URL: https://github.com/apache/fluo/pull/1113#issuecomment-799049813 > I had run `mvn verify` several times locally with no issues, so not exactly sure what is up with that IT failure. Please let me know if there is something I can do to follow up

[GitHub] [fluo] jaredwinick commented on pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-14 Thread GitBox
jaredwinick commented on pull request #1113: URL: https://github.com/apache/fluo/pull/1113#issuecomment-798927528 I had run `mvn verify` several times locally with no issues, so not exactly sure what is up with that IT failure. Please let me know if there is something I can do to follow u

[GitHub] [fluo] jaredwinick opened a new pull request #1113: Fluo #1112 - Change CompletableFuture to CompletableFuture

2021-03-14 Thread GitBox
jaredwinick opened a new pull request #1113: URL: https://github.com/apache/fluo/pull/1113 This PR addresses the feature request documented in #1112 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [fluo] jaredwinick opened a new issue #1112: LoaderExecutor Futures should have a reference to the Loader object

2021-03-14 Thread GitBox
jaredwinick opened a new issue #1112: URL: https://github.com/apache/fluo/issues/1112 In #795 a `submit()` method was added to the `LoaderExecutor` that returned a `CompletableFuture` so a client could be aware of when the transaction committed. We are using this functionality successfully

[GitHub] [fluo] ctubbsii commented on pull request #1110: Bump libthrift from 0.12.0 to 0.14.0

2021-03-13 Thread GitBox
ctubbsii commented on pull request #1110: URL: https://github.com/apache/fluo/pull/1110#issuecomment-798728882 This is superseded by # This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [fluo] dependabot[bot] commented on pull request #1110: Bump libthrift from 0.12.0 to 0.14.0

2021-03-13 Thread GitBox
dependabot[bot] commented on pull request #1110: URL: https://github.com/apache/fluo/pull/1110#issuecomment-798728886 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor versi

[GitHub] [fluo] ctubbsii closed pull request #1110: Bump libthrift from 0.12.0 to 0.14.0

2021-03-13 Thread GitBox
ctubbsii closed pull request #1110: URL: https://github.com/apache/fluo/pull/1110 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [fluo] ctubbsii commented on pull request #1111: Update thrift to 0.14.1

2021-03-13 Thread GitBox
ctubbsii commented on pull request #: URL: https://github.com/apache/fluo/pull/#issuecomment-798727979 This is low risk, because libthrift is shaded into Fluo, so there shouldn't be any conflicts with other versions of thrift from Accumulo or elsewhere. ---

[GitHub] [fluo] ctubbsii opened a new pull request #1111: Update thrift to 0.14.1

2021-03-13 Thread GitBox
ctubbsii opened a new pull request #: URL: https://github.com/apache/fluo/pull/ * Bump libthrift dependency * Regenerate thrift files * Fix breakage because org.apache.thrift.transport.TFastFramedTransport got moved to org.apache.thrift.transport.layered.TFastFramedTranspo

[GitHub] [fluo] dependabot[bot] opened a new pull request #1110: Bump libthrift from 0.12.0 to 0.14.0

2021-03-12 Thread GitBox
dependabot[bot] opened a new pull request #1110: URL: https://github.com/apache/fluo/pull/1110 Bumps [libthrift](https://github.com/apache/thrift) from 0.12.0 to 0.14.0. Release notes Sourced from https://github.com/apache/thrift/releases";>libthrift's releases. Version 0.1

[GitHub] [fluo-muchos] karthick-rn merged pull request #387: Muchos to support rename from master to manager in Accumulo 2.1

2021-03-11 Thread GitBox
karthick-rn merged pull request #387: URL: https://github.com/apache/fluo-muchos/pull/387 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [fluo-muchos] karthick-rn opened a new pull request #387: Muchos to support rename from master to manager in Accumulo 2.1

2021-03-10 Thread GitBox
karthick-rn opened a new pull request #387: URL: https://github.com/apache/fluo-muchos/pull/387 Additionally, - Updated Accumulo & ZK versions to `2.0.1` & `3.6.2`. As existing versions no longer available in the Apache mirror - Updated `test_config.py` to include Accumulo

[GitHub] [fluo-muchos] keith-turner commented on pull request #386: Updated checksums for ZK and Hadoop

2021-01-28 Thread GitBox
keith-turner commented on pull request #386: URL: https://github.com/apache/fluo-muchos/pull/386#issuecomment-769348463 Thanks for the contribution @GreenCee. If you would like to be added as a contributor, please make a PR to the website at https://github.com/apache/fluo-website/edit

[GitHub] [fluo-muchos] keith-turner merged pull request #386: Updated checksums for ZK and Hadoop

2021-01-28 Thread GitBox
keith-turner merged pull request #386: URL: https://github.com/apache/fluo-muchos/pull/386 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [fluo-muchos] GreenCee opened a new pull request #386: Updated checksums for ZK and Hadoop

2021-01-28 Thread GitBox
GreenCee opened a new pull request #386: URL: https://github.com/apache/fluo-muchos/pull/386 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [fluo-muchos] ctubbsii merged pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
ctubbsii merged pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [fluo-muchos] ctubbsii closed issue #384: Latest Ansible (2.10) version doesn't support Azure extras

2021-01-26 Thread GitBox
ctubbsii closed issue #384: URL: https://github.com/apache/fluo-muchos/issues/384 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [fluo-muchos] ctubbsii commented on pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
ctubbsii commented on pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385#issuecomment-767816796 > @arvindshmicrosoft Ok, done isolated the Ansible version changes. Let me know if there is something I should do to pretty up the git history I'll squash it on merge a

[GitHub] [fluo-muchos] GreenCee commented on pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
GreenCee commented on pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385#issuecomment-767816372 @arvindshmicrosoft Ok, done isolated the Ansible version changes. Let me know if there is something I should do to pretty up the git history I'll apply the suggestion o

[GitHub] [fluo-muchos] ctubbsii commented on a change in pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
ctubbsii commented on a change in pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385#discussion_r564816883 ## File path: lib/tests/azure/test_config.py ## @@ -38,8 +38,8 @@ def test_azure_cluster(): "f68a6145029a9ea843b0305c90a7f5f0334d8a8ceeea94734

[GitHub] [fluo-muchos] arvindshmicrosoft commented on a change in pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
arvindshmicrosoft commented on a change in pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385#discussion_r564803862 ## File path: lib/tests/ec2/test_config.py ## @@ -32,8 +32,8 @@ def test_ec2_cluster(): "f68a6145029a9ea843b0305c90a7f5f0334d8a8ceeea

[GitHub] [fluo-uno] ctubbsii merged pull request #269: Update checksums for hadoop 3.2.2

2021-01-26 Thread GitBox
ctubbsii merged pull request #269: URL: https://github.com/apache/fluo-uno/pull/269 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [fluo-muchos] arvindshmicrosoft commented on pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
arvindshmicrosoft commented on pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385#issuecomment-767725429 Hi @GreenCee it may be safer to separate the PRs, just to keep the doc update independent of the changes to the versions and adding checksums... ---

[GitHub] [fluo-muchos] GreenCee edited a comment on pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
GreenCee edited a comment on pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385#issuecomment-767706875 Change to point to Accumulo 2.0.1 is causing the checksum test to fail as it was expecting 2.0.0. I'll update and resubmit ---

[GitHub] [fluo-muchos] GreenCee commented on pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
GreenCee commented on pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385#issuecomment-767706875 Change to 2.0.1 is causing the checksum to fail. I'll update and resubmit This is an automated message from t

[GitHub] [fluo-muchos] GreenCee opened a new pull request #385: #384 Pin Ansible version in pip and update example properties for Azure

2021-01-26 Thread GitBox
GreenCee opened a new pull request #385: URL: https://github.com/apache/fluo-muchos/pull/385 Updates to keep Azure instructions working Pinned pip instructions to match requirement.txt Added Zookeeper 3.5.9 checksum Updated properties example to use newer ZooKeeper and Accumulo

[GitHub] [fluo-uno] ctubbsii opened a new pull request #269: Update checksums for hadoop 3.2.2

2021-01-25 Thread GitBox
ctubbsii opened a new pull request #269: URL: https://github.com/apache/fluo-uno/pull/269 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [fluo-uno] keith-turner merged pull request #268: Adds support for new managers file

2021-01-21 Thread GitBox
keith-turner merged pull request #268: URL: https://github.com/apache/fluo-uno/pull/268 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [fluo-uno] keith-turner merged pull request #268: Adds support for new managers file

2021-01-20 Thread GitBox
keith-turner merged pull request #268: URL: https://github.com/apache/fluo-uno/pull/268 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [fluo-uno] keith-turner opened a new pull request #268: Adds support for new managers file

2021-01-20 Thread GitBox
keith-turner opened a new pull request #268: URL: https://github.com/apache/fluo-uno/pull/268 These changes are needed after apache/accumulo#1871 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [fluo-muchos] arvindshmicrosoft edited a comment on issue #384: Latest Ansible (2.10) version doesn't support Azure extras

2021-01-20 Thread GitBox
arvindshmicrosoft edited a comment on issue #384: URL: https://github.com/apache/fluo-muchos/issues/384#issuecomment-763883349 Hi Chris - I support the move to pin the Ansible version down within the README (as you said, the CI already pins the version). The move to, and impact thereof, to

[GitHub] [fluo-muchos] arvindshmicrosoft commented on issue #384: Latest Ansible (2.10) version doesn't support Azure extras

2021-01-20 Thread GitBox
arvindshmicrosoft commented on issue #384: URL: https://github.com/apache/fluo-muchos/issues/384#issuecomment-763883349 Hi Chris - I support the move to pin the Ansible version down for now. The move to, and impact thereof, to use Ansible collections should potentially be localized to Azur

[GitHub] [fluo-muchos] GreenCee opened a new issue #384: Latest Ansible (2.10) version doesn't support Azure extras

2021-01-20 Thread GitBox
GreenCee opened a new issue #384: URL: https://github.com/apache/fluo-muchos/issues/384 Following the current instructions the version of Ansible installed no longer supports ansible[azure] As of Jan5 the latest version of Ansible is 2.10+ is installed when running "pip install ansible[

[GitHub] [fluo] keith-turner commented on issue #1054: Use summarizers to make compaction decisions

2021-01-12 Thread GitBox
keith-turner commented on issue #1054: URL: https://github.com/apache/fluo/issues/1054#issuecomment-758702025 It would be better to do this after Accumulo 2.1.0 releases w/ new compaction updates. Doing it now would require writing code against the Accumulo CompactionStrategy which is dep

[GitHub] [fluo] keith-turner closed issue #1063: Update lib/ahz/pom.xml for Accumulo 2 and Hadoop 3

2021-01-12 Thread GitBox
keith-turner closed issue #1063: URL: https://github.com/apache/fluo/issues/1063 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [fluo] keith-turner commented on issue #1063: Update lib/ahz/pom.xml for Accumulo 2 and Hadoop 3

2021-01-12 Thread GitBox
keith-turner commented on issue #1063: URL: https://github.com/apache/fluo/issues/1063#issuecomment-758700354 The current pom file works, I tested it yesterday. I think this issue was fixed by 549d645addb330f4ae2e074447428cb86b5a9a3f --

[GitHub] [fluo-muchos] karthick-rn commented on pull request #381: Update Influxdb checksum

2021-01-11 Thread GitBox
karthick-rn commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-758078536 Response from Influxdb support: 07 Jan 2021: >"I've checked with our team but it looks like there is no specific reason as to why it may have changed. I'll contin

[GitHub] [fluo] keith-turner merged pull request #1109: Fixes flakiness in TimestampTrackerIT

2021-01-11 Thread GitBox
keith-turner merged pull request #1109: URL: https://github.com/apache/fluo/pull/1109 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [fluo-uno] milleruntime merged pull request #267: Modify site file to allow multiple tservers for 1.10

2021-01-11 Thread GitBox
milleruntime merged pull request #267: URL: https://github.com/apache/fluo-uno/pull/267 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [fluo] ctubbsii removed a comment on pull request #1109: Fixes flakiness in TimestampTrackerIT

2021-01-10 Thread GitBox
ctubbsii removed a comment on pull request #1109: URL: https://github.com/apache/fluo/pull/1109#issuecomment-757618722 > Some other ITs failed during the build, so I restarted it and it passed. May be some other flaky ITs that need attention. There are several open bugs about flaky I

[GitHub] [fluo] ctubbsii commented on pull request #1109: Fixes flakiness in TimestampTrackerIT

2021-01-10 Thread GitBox
ctubbsii commented on pull request #1109: URL: https://github.com/apache/fluo/pull/1109#issuecomment-757618722 > Some other ITs failed during the build, so I restarted it and it passed. May be some other flaky ITs that need attention. There are several open bugs about flaky ITs alrea

[GitHub] [fluo] keith-turner commented on pull request #1109: Fixes flakiness in TimestampTrackerIT

2021-01-09 Thread GitBox
keith-turner commented on pull request #1109: URL: https://github.com/apache/fluo/pull/1109#issuecomment-757406086 Some other ITs failed during the build, so I restarted it and it passed. May be some other flaky ITs that need attention. ---

[GitHub] [fluo-website] kennethmcfarland merged pull request #203: Git Username

2021-01-09 Thread GitBox
kennethmcfarland merged pull request #203: URL: https://github.com/apache/fluo-website/pull/203 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [fluo] keith-turner commented on pull request #1109: Fixes flakiness in TimestampTrackerIT

2021-01-09 Thread GitBox
keith-turner commented on pull request #1109: URL: https://github.com/apache/fluo/pull/1109#issuecomment-757406086 Some other ITs failed during the build, so I restarted it and it passed. May be some other flaky ITs that need attention. ---

[GitHub] [fluo] keith-turner opened a new pull request #1109: Fixes flakiness in TimestampTrackerIT

2021-01-08 Thread GitBox
keith-turner opened a new pull request #1109: URL: https://github.com/apache/fluo/pull/1109 I was building Fluo locally in a VM and the test TimestampTrackerIT was failing a lot of the builds. I investigated and found the problems was the test would make a change that kicked of an action

[GitHub] [fluo-website] kennethmcfarland merged pull request #203: Git Username

2021-01-08 Thread GitBox
kennethmcfarland merged pull request #203: URL: https://github.com/apache/fluo-website/pull/203 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [fluo-uno] milleruntime opened a new pull request #267: Modify site file to allow multiple tservers for 1.10

2021-01-08 Thread GitBox
milleruntime opened a new pull request #267: URL: https://github.com/apache/fluo-uno/pull/267 Properties that may be useful to others looking to run multiple tservers. It took me some time to get these options to work out with the port numbering. Basically, setting `replication.receipt.s

[GitHub] [fluo-muchos] Viv1986 closed issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
Viv1986 closed issue #383: URL: https://github.com/apache/fluo-muchos/issues/383 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [fluo-muchos] karthick-rn commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
karthick-rn commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755573401 Great. I assume you now have an Accumulo cluster configured with ADLS Gen2. Let us know if you need any further help? Also, we'll close the [issue](https://github.com/apache/ac

[GitHub] [fluo-muchos] Viv1986 commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
Viv1986 commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755424510 thanks, that thing started work This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [fluo-muchos] karthick-rn edited a comment on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
karthick-rn edited a comment on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755396705 Your Ansible version is 2.10.4, from 2.10 onwards Ansible moved anything that is not deemed as `core` into a separate `ansible-collections` repository. Based on which th

[GitHub] [fluo-muchos] karthick-rn commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
karthick-rn commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755396705 Your Ansible version is 2.10.4, from 2.10 onwards Ansible moved anything that is not deemed as `core` into a separate `ansible-collection` repository. Based on which the `azure

[GitHub] [fluo-muchos] Viv1986 commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
Viv1986 commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755356817 az --version azure-cli 2.17.1 core 2.17.1 telemetry 1.0.6 Extensions: aks-preview

[GitHub] [fluo-muchos] karthick-rn commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
karthick-rn commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755298822 > Nope, not worked > also there is no azure module in reqs > cat lib/requirements.txt > flake8==3.8.0 > ansible-lint==4.2.0 > ansible==2.9.13 > **ansible[azure]

[GitHub] [fluo-muchos] Viv1986 edited a comment on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
Viv1986 edited a comment on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755201073 Nope, not worked also there is no azure module in reqs cat lib/requirements.txt flake8==3.8.0 ansible-lint==4.2.0 ansible==2.9.13 ansible[azure]==2.9.13 n

[GitHub] [fluo-muchos] Viv1986 commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-06 Thread GitBox
Viv1986 commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755201073 Nope, not worked This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [fluo-muchos] arvindshmicrosoft commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-05 Thread GitBox
arvindshmicrosoft commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-755016366 Thank you. It looks like you are missing at least the `azure` module pre-requisite. The easiest way to install these is to execute `pip install -r ./lib/requirements.txt`

[GitHub] [fluo-muchos] Viv1986 commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-05 Thread GitBox
Viv1986 commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-754921119 @karthick-rn could you please help This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [fluo-muchos] Viv1986 commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-05 Thread GitBox
Viv1986 commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-754948761 @arvindshmicrosoft yes, I set it with big first letter, but problem still there bin/muchos launch -c 123 Traceback (most recent call last): File "/mnt/c/projects/fluo-muc

[GitHub] [fluo-muchos] arvindshmicrosoft commented on issue #383: Ubuntu 18.04 NoneType object has no attribute verify_config

2021-01-05 Thread GitBox
arvindshmicrosoft commented on issue #383: URL: https://github.com/apache/fluo-muchos/issues/383#issuecomment-754941550 Do you have a valid muchos.props file with `cluster_type` set to `azure`? The error you describe will occur if there is any invalid cluster type specified. Also, ensure t

[GitHub] [fluo-website] kennethmcfarland commented on pull request #203: Git Username

2021-01-05 Thread GitBox
kennethmcfarland commented on pull request #203: URL: https://github.com/apache/fluo-website/pull/203#issuecomment-754917045 @ctubbsii Thank you for continuing to be so helpful. I've updated the gitbox information and the LDAP listed the write access to the repositories so I think

[GitHub] [fluo-muchos] Viv1986 opened a new issue #383: Ubuntu 18.04 NoneType object has no attribute 'verify_config

2021-01-05 Thread GitBox
Viv1986 opened a new issue #383: URL: https://github.com/apache/fluo-muchos/issues/383 Hi, everything setuped from article https://github.com/apache/fluo-muchos/blob/main/docs/azure-ubuntu-1804.md but I get bin/muchos launch -c 123 Traceback (most recent call last

[GitHub] [fluo-website] ctubbsii commented on pull request #203: Git Username

2021-01-04 Thread GitBox
requests". If I've made another error I apologize in advance. Hmm, it seems that your GitHub account isn't fully sync'd in GitBox. Try going to https://gitbox.apache.org/setup/ and ensuring that everything is set up correctly there. If everything is set up correctly,

[GitHub] [fluo-website] kennethmcfarland commented on pull request #203: Git Username

2021-01-04 Thread GitBox
kennethmcfarland commented on pull request #203: URL: https://github.com/apache/fluo-website/pull/203#issuecomment-754322846 I'm not sure I can merge because under the "This branch has no conflicts" it says "Only those with write access to this repository can merge pull requests". If I've

[GitHub] [fluo-muchos] karthick-rn commented on pull request #381: Update Influxdb checksum

2021-01-04 Thread GitBox
karthick-rn commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-754263904 Thanks @ctubbsii for confirming. I have included the checks you performed & uploaded the reports from pkgdiff to the support case. This should give them more information t

[GitHub] [fluo-muchos] ctubbsii commented on pull request #381: Update Influxdb checksum

2021-01-04 Thread GitBox
ctubbsii commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-754225310 I also confirmed (with `rpm2cpio`) that both CPIO payloads were identical, and confirmed (with `rpm -qp --xml`) that the only differences in the RPM header were the expected

[GitHub] [fluo-muchos] ctubbsii commented on pull request #381: Update Influxdb checksum

2021-01-04 Thread GitBox
ctubbsii commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-754218920 @karthick-rn Thanks. I uploaded them to [here](https://home.apache.org/~ctubbsii/influxdb_rpms_muchos381/) along with some helpful information for reference. --

[GitHub] [fluo-muchos] karthick-rn commented on pull request #381: Update Influxdb checksum

2021-01-04 Thread GitBox
karthick-rn commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-754193815 Sure @ctubbsii. I have put the 2 RPMs in the zip file and they can be accessed via this [link](https://customerupload.blob.core.windows.net/influxdb/influxdb_rpm.zip?st=20

[GitHub] [fluo-muchos] ctubbsii commented on pull request #381: Update Influxdb checksum

2021-01-04 Thread GitBox
ctubbsii commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-754157625 Thanks @karthick-rn ! I haven't heard about `pkgdiff` before, but it seems useful. From the report, it doesn't look like it checks the scriptlets, though (or other RPM header

[GitHub] [fluo-muchos] karthick-rn commented on pull request #381: Update Influxdb checksum

2021-01-04 Thread GitBox
karthick-rn commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-754136425 I compared the 2 RPMs using [pkgdiff](https://github.com/lvc/pkgdiff) and attached the [report](https://github.com/apache/fluo-muchos/files/5766172/Influxdb-pkgdiff_report

[GitHub] [fluo-muchos] ctubbsii merged pull request #382: Add checksum for 2.0.1 & 1.10.1

2021-01-04 Thread GitBox
ctubbsii merged pull request #382: URL: https://github.com/apache/fluo-muchos/pull/382 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [fluo-muchos] ctubbsii commented on pull request #381: Update Influxdb checksum

2021-01-04 Thread GitBox
ctubbsii commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-754072862 Hmm, it seems like they are unaware that their RPM actually did change. I wonder if anybody has a copy of the old one, so we can compare the two. It's possible it changed in

[GitHub] [fluo-muchos] karthick-rn commented on pull request #381: Update Influxdb checksum

2021-01-04 Thread GitBox
karthick-rn commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-753974277 Response from Influxdb support: >Hello Karthick, >We don't have any further updates at the moment on the checksum issue you reported since it looks like nothing has c

[GitHub] [fluo-muchos] karthick-rn opened a new pull request #382: Add checksum for 2.0.1 & 1.10.1

2021-01-04 Thread GitBox
karthick-rn opened a new pull request #382: URL: https://github.com/apache/fluo-muchos/pull/382 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [fluo-website] kennethmcfarland commented on pull request #203: Git Username

2021-01-03 Thread GitBox
kennethmcfarland commented on pull request #203: URL: https://github.com/apache/fluo-website/pull/203#issuecomment-753692786 @ctubbsii I have successfully regained access to my Apache account and have updated my git username at id.apache.org. I also linked the ASF on this github acc

[GitHub] [fluo-uno] ctubbsii merged pull request #266: Update for Accumulo 2.0.1

2020-12-29 Thread GitBox
ctubbsii merged pull request #266: URL: https://github.com/apache/fluo-uno/pull/266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [fluo-website] kennethmcfarland commented on pull request #203: Git Username

2020-12-27 Thread GitBox
kennethmcfarland commented on pull request #203: URL: https://github.com/apache/fluo-website/pull/203#issuecomment-751558791 @ctubbsii Thank you for reviewing this. I have emailed an updated ICLA off to the secretary today so I should regain access to the Apache account shortly and will li

[GitHub] [fluo-website] kennethmcfarland opened a new pull request #203: Git Username

2020-12-26 Thread GitBox
kennethmcfarland opened a new pull request #203: URL: https://github.com/apache/fluo-website/pull/203 This change updates my git username. This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [fluo-uno] ctubbsii commented on pull request #266: Update for Accumulo 2.0.1

2020-12-24 Thread GitBox
ctubbsii commented on pull request #266: URL: https://github.com/apache/fluo-uno/pull/266#issuecomment-751162077 2.0.1 is now released. So, I can merge this once I get it reviewed. This is an automated message from the Apache

[GitHub] [fluo-uno] ctubbsii opened a new pull request #266: Update for Accumulo 2.0.1

2020-12-23 Thread GitBox
ctubbsii opened a new pull request #266: URL: https://github.com/apache/fluo-uno/pull/266 * Update default Accumulo to 2.0.1 * Update checkums for 2.0.1 (Note, this shouldn't be merged until 2.0.1 is released. And, I will update it if the release vote fails and a new release candi

[GitHub] [fluo-uno] ctubbsii merged pull request #265: Update Accumulo 2.0.x classpath for newer ZKs

2020-12-23 Thread GitBox
ctubbsii merged pull request #265: URL: https://github.com/apache/fluo-uno/pull/265 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [fluo-uno] ctubbsii opened a new pull request #265: Update Accumulo 2.0.x classpath for newer ZKs

2020-12-23 Thread GitBox
ctubbsii opened a new pull request #265: URL: https://github.com/apache/fluo-uno/pull/265 Update class path for all versions of Accumulo 2.0, rather than just 2.0.0, to support newer ZooKeeper versions (3.5 and later) This

[GitHub] [fluo-uno] ctubbsii merged pull request #264: Improve handling of downloads

2020-12-23 Thread GitBox
ctubbsii merged pull request #264: URL: https://github.com/apache/fluo-uno/pull/264 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [fluo-uno] ctubbsii opened a new pull request #264: Improve handling of downloads

2020-12-23 Thread GitBox
ctubbsii opened a new pull request #264: URL: https://github.com/apache/fluo-uno/pull/264 * Add color output in the checksum matching to make it easier to read * Bypass download step if file already exists with matching checksum * Remove old hashes, keeping only the latest in each rele

[GitHub] [fluo-muchos] karthick-rn commented on pull request #381: Update Influxdb checksum

2020-12-22 Thread GitBox
karthick-rn commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-749540679 > @karthick-rn Thanks for sending that inquiring email. I would be curious as to their response as to the reason for the change. Sure @milleruntime I'll update here

[GitHub] [fluo-muchos] ctubbsii commented on pull request #381: Update Influxdb checksum

2020-12-21 Thread GitBox
ctubbsii commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-748997256 My current guess is that they aren't using the `Release:` field in the SPEC file properly when they make packaging fixes, since the filename doesn't contain an expected `-%re

[GitHub] [fluo-muchos] milleruntime commented on pull request #381: Update Influxdb checksum

2020-12-21 Thread GitBox
milleruntime commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-748991422 @karthick-rn Thanks for sending that inquiring email. I would be curious as to their response as to the reason for the change. -

[GitHub] [fluo-muchos] karthick-rn merged pull request #381: Update Influxdb checksum

2020-12-19 Thread GitBox
karthick-rn merged pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [fluo-muchos] karthick-rn commented on pull request #381: Update Influxdb checksum

2020-12-19 Thread GitBox
karthick-rn commented on pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381#issuecomment-748536670 > That is weird that they changed the RPM but didn't bump the version number. Very strange. However, it does look like the RPM itself has a valid GPG signature, though I d

[GitHub] [fluo-muchos] karthick-rn opened a new pull request #381: Update Influxdb checksum

2020-12-18 Thread GitBox
karthick-rn opened a new pull request #381: URL: https://github.com/apache/fluo-muchos/pull/381 Whilst setting up the cluster for testing Accumulo 1.10.1-rc1, noticed Inflxudb 1.8.3 checksum had changed in the [source](https://repos.influxdata.com/centos/7/x86_64/stable/) end on 12 Nov 20

[GitHub] [fluo-website] DomGarguilo opened a new pull request #202: Update people.md

2020-12-14 Thread GitBox
DomGarguilo opened a new pull request #202: URL: https://github.com/apache/fluo-website/pull/202 Contributed PR: apache/fluo-uno#263 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [fluo-website] ctubbsii merged pull request #202: Update people.md

2020-12-14 Thread GitBox
ctubbsii merged pull request #202: URL: https://github.com/apache/fluo-website/pull/202 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [fluo-uno] ctubbsii commented on pull request #263: Fixes #262 - 'uno status' shows shell as "secret(pid)" instead of "shell(pid)"

2020-12-14 Thread GitBox
ctubbsii commented on pull request #263: URL: https://github.com/apache/fluo-uno/pull/263#issuecomment-744620309 Thanks for the PR @DomGarguilo . If you wish to be added as a contributor to https://fluo.apache.org/people/ , please open a pull request to add yourself at https://github.com/a

<    2   3   4   5   6   7   8   9   10   11   >