ddanielr commented on code in PR #5998:
URL: https://github.com/apache/accumulo/pull/5998#discussion_r2579518157
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1194,6 +1194,9 @@ public enum Property {
"The maximum amount of memory that will be used to cache results of a
client query/scan. "
+ "Once this limit is reached, the buffered data is sent to the
client.",
"1.3.5"),
+ TABLE_SHUFFLE_SOURCES("table.shuffle.sources", "false", PropertyType.BOOLEAN,
Review Comment:
@ctubbsii Not sure if this should get the experimental tag or not.
I wanted to make sure this was a configurable property as shuffling should
increase hdfs read load and that might not be desired.
However, if you think it makes sense to change the default behavior then I
can just remove the property changes.
--
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 specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]