Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZOOKEEPER-3039 TxnLogToolkit uses Scanner badly #517

Closed
wants to merge 2 commits into from

Conversation

anmolnar
Copy link
Contributor

@anmolnar anmolnar commented May 9, 2018

Fixed by creating a single Scanner for all queries in the main() method.

@asfgit asfgit closed this in 2fa315b May 10, 2018
asfgit pushed a commit that referenced this pull request May 10, 2018
Fixed by creating a single Scanner for all queries in the main() method.

Author: Andor Molnar <[email protected]>

Reviewers: [email protected]

Closes #517 from anmolnar/ZOOKEEPER-3039 and squashes the following commits:

a35e2e2 [Andor Molnar] ZOOKEEPER-3039. Optimize imports
a196443 [Andor Molnar] ZOOKEEPER-3039. Use the same Scanner for all queries

Change-Id: Icf66888d4e6ad902615ed8ffde58a5a8fdd41237
(cherry picked from commit 2fa315b)
Signed-off-by: Patrick Hunt <[email protected]>
@phunt
Copy link
Contributor

phunt commented May 10, 2018

+1. I committed to 3.5 and master however it doesn't apply cleanly to branch-3.4. Please submit a separate PR.

anmolnar added a commit to anmolnar/zookeeper that referenced this pull request May 10, 2018
Fixed by creating a single Scanner for all queries in the main() method.

Author: Andor Molnar <[email protected]>

Reviewers: [email protected]

Closes apache#517 from anmolnar/ZOOKEEPER-3039 and squashes the following commits:

a35e2e2 [Andor Molnar] ZOOKEEPER-3039. Optimize imports
a196443 [Andor Molnar] ZOOKEEPER-3039. Use the same Scanner for all queries

Change-Id: Icf66888d4e6ad902615ed8ffde58a5a8fdd41237
@anmolnar anmolnar deleted the ZOOKEEPER-3039 branch May 10, 2018 21:35
lvfangmin pushed a commit to lvfangmin/zookeeper that referenced this pull request Jun 17, 2018
Fixed by creating a single Scanner for all queries in the main() method.

Author: Andor Molnar <[email protected]>

Reviewers: [email protected]

Closes apache#517 from anmolnar/ZOOKEEPER-3039 and squashes the following commits:

a35e2e2 [Andor Molnar] ZOOKEEPER-3039. Optimize imports
a196443 [Andor Molnar] ZOOKEEPER-3039. Use the same Scanner for all queries

Change-Id: Icf66888d4e6ad902615ed8ffde58a5a8fdd41237
RokLenarcic pushed a commit to RokLenarcic/zookeeper that referenced this pull request Sep 3, 2022
Fixed by creating a single Scanner for all queries in the main() method.

Author: Andor Molnar <[email protected]>

Reviewers: [email protected]

Closes apache#517 from anmolnar/ZOOKEEPER-3039 and squashes the following commits:

a35e2e2 [Andor Molnar] ZOOKEEPER-3039. Optimize imports
a196443 [Andor Molnar] ZOOKEEPER-3039. Use the same Scanner for all queries

Change-Id: Icf66888d4e6ad902615ed8ffde58a5a8fdd41237
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants