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

added compact transient command #38

Merged
merged 1 commit into from
Dec 11, 2015

Conversation

keith-turner
Copy link
Contributor

depends on apache/fluo#581

@@ -118,7 +123,10 @@ public static void compactTransient(FluoConfiguration fluoConfig) throws Excepti
TransientRegistry transientRegistry = new TransientRegistry(appConfig);
List<RowRange> ranges = transientRegistry.getTransientRanges();

Logger logger = LoggerFactory.getLogger(TableOperations.class);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not make logger a static field?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking it was only used in that method. However I just double checked and another method is logging, so I will make it static.

@mikewalch
Copy link
Member

+1

keith-turner added a commit that referenced this pull request Dec 11, 2015
@keith-turner keith-turner merged commit e1b778f into apache:master Dec 11, 2015
@keith-turner keith-turner deleted the compact_transient_cmd branch December 11, 2015 23:53
@ctubbsii ctubbsii added this to the 1.0.0 milestone Oct 9, 2020
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.

None yet

3 participants