[jira] [Resolved] (ACCUMULO-1459) Refuse to load key/values that exceed a configured threshold

2020-10-22 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs resolved ACCUMULO-1459. - Resolution: Not A Problem This stale issue can be closed. Users can already fi

[GitHub] [accumulo] milleruntime opened a new pull request #1751: WIP Design: Interface for handling tablet state migration

2020-10-22 Thread GitBox
milleruntime opened a new pull request #1751: URL: https://github.com/apache/accumulo/pull/1751 Some objected oriented design ideas to clean up Master code in ```TabletGroupWatcher```. The idea is to replace the ```TabletGoalState``` enum with concrete classes, to eliminate some of th

[GitHub] [accumulo] milleruntime opened a new issue #1750: Drop redundant Thrift enum in Master

2020-10-22 Thread GitBox
milleruntime opened a new issue #1750: URL: https://github.com/apache/accumulo/issues/1750 I have been trying to clean up some code in Master, specifically a very confusing but important part, the TabletGroupWatcher. One issue is that there are many similar enums scattered across the mast

[GitHub] [accumulo] milleruntime commented on pull request #1596: Create public API for loading iterators. Closes #1388

2020-10-22 Thread GitBox
milleruntime commented on pull request #1596: URL: https://github.com/apache/accumulo/pull/1596#issuecomment-714592428 Thanks @dlmarion This is an automated message from the Apache Git Service. To respond to the message, ple

[jira] [Updated] (ACCUMULO-2403) "Master Server" and "Tables" pages in monitor are duplicative

2020-10-22 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller updated ACCUMULO-2403: - Status: Resolved (was: Closed) > "Master Server" and "Tables" pages in monitor are du

[jira] [Resolved] (ACCUMULO-2403) "Master Server" and "Tables" pages in monitor are duplicative

2020-10-22 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller resolved ACCUMULO-2403. -- Resolution: Not A Problem The Monitor was completely redone for 2.0. Please open an

[jira] [Closed] (ACCUMULO-2403) "Master Server" and "Tables" pages in monitor are duplicative

2020-10-22 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller closed ACCUMULO-2403. > "Master Server" and "Tables" pages in monitor are duplicative > --

[jira] [Commented] (ACCUMULO-1453) Track tablet migrations and failed loads

2020-10-22 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219121#comment-17219121 ] Michael Miller commented on ACCUMULO-1453: -- I believe this issue still exists

[jira] [Commented] (ACCUMULO-1459) Refuse to load key/values that exceed a configured threshold

2020-10-22 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219112#comment-17219112 ] Michael Miller commented on ACCUMULO-1459: -- I feel like this issue was resolv

[GitHub] [accumulo] keith-turner commented on issue #1742: Better Use of forEach on Scanner to simplify iteration

2020-10-22 Thread GitBox
keith-turner commented on issue #1742: URL: https://github.com/apache/accumulo/issues/1742#issuecomment-714578654 > However, a Stream would only give us a stream of Entry, and a forEach for that wouldn't be as useful as one with a BiConsumer Good point. BiConsumer is really nice and

[jira] [Closed] (ACCUMULO-2792) SetGoalState should be made an admin command

2020-10-22 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller closed ACCUMULO-2792. > SetGoalState should be made an admin command > ---

[jira] [Resolved] (ACCUMULO-2792) SetGoalState should be made an admin command

2020-10-22 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller resolved ACCUMULO-2792. -- Resolution: Resolved I am marking this resolved (see previous comment). If there is

[jira] [Commented] (ACCUMULO-2792) SetGoalState should be made an admin command

2020-10-22 Thread Michael Miller (Jira)
[ https://issues.apache.org/jira/browse/ACCUMULO-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219096#comment-17219096 ] Michael Miller commented on ACCUMULO-2792: -- The command {noformat} "${bin}/a

[GitHub] [accumulo] ctubbsii closed pull request #1596: Create public API for loading iterators. Closes #1388

2020-10-22 Thread GitBox
ctubbsii closed pull request #1596: URL: https://github.com/apache/accumulo/pull/1596 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] [accumulo] dlmarion commented on issue #1730: Scans experience contention on global classloader lock when creating iterators

2020-10-22 Thread GitBox
dlmarion commented on issue #1730: URL: https://github.com/apache/accumulo/issues/1730#issuecomment-714565022 In #1715 I modified how classes are loaded and all of the server side code uses [ClassLoaderUtil.loadClass()](https://github.com/apache/accumulo/pull/1715/files#diff-f8f44086240fb2

[GitHub] [accumulo] ctubbsii commented on pull request #1596: Create public API for loading iterators. Closes #1388

2020-10-22 Thread GitBox
ctubbsii commented on pull request #1596: URL: https://github.com/apache/accumulo/pull/1596#issuecomment-714565226 Based on @dlmarion 's comment about the status of Datawave, implying that they don't need this API, I'm closing this. We can re-open if it is determined that something like th

[GitHub] [accumulo] dlmarion commented on pull request #1596: Create public API for loading iterators. Closes #1388

2020-10-22 Thread GitBox
dlmarion commented on pull request #1596: URL: https://github.com/apache/accumulo/pull/1596#issuecomment-714560875 I have 2 PRs in for Datawave where they are using IteratorUtil.loadIterators. Looking at how they were using the code, they were loading iterator classes via `Class.forName()`