question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The property name general.server.simpletimer.threadpool.size is old and doesn’t really make sense anymore with the refactoring of ThreadPools class. I am wondering if we should rename it. Maybe something like general.server.threadpool.size. The SimpleTimer class has been dropped.

https://github.com/apache/accumulo/blob/12fde7ec38c485acefa162ec0dfb6a73919fd576/core/src/main/java/org/apache/accumulo/core/conf/Property.java#L246

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kitswascommented, May 16, 2022

It may be better (necessary?) to deprecate the current name with the replacement, but allow either to be used.

This is something I believe I can do. May I make an attempt?

1reaction
ctubbsiicommented, May 16, 2022

Just for clarification.

Is the comment for the Experimental property GENERAL_VOLUME_CHOOSER?

Yes. That’s a note in the code for the developer.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JavaScript: Object Rename Key - Stack Overflow
This method ensures that the renamed property behaves identically to the original one. Also, it seems to me that the possibility to wrap...
Read more >
5 Simple Ways to Rename Object Properties in JavaScript ...
5 Simple Ways to Rename Object Properties in JavaScript Arrays · 1. Using Map · 2. Using a map with arguments · 3....
Read more >
How to Rename an Object's Key in JavaScript | bobbyhadz
To rename a key in an object, use bracket notation to assign the value of the old key to the new key. Use...
Read more >
Rename object key in JavaScript - GeeksforGeeks
JavaScript doesn't provide an inbuilt function to rename an object ... Keys are known as 'property name' and are used to identify values....
Read more >
Renaming properties in event definitions - IBM
If you rename a property and it has the same name and path as a property in the parent event definition or in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found