This is an automated email from the ASF dual-hosted git repository.

ddanielr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 23ba61b61e Log when getMetrics RPC called, but not configured for 
Monitor (#6523)
     add c186563b64 Remove inaccurate @NotThreadSafe from 
InMemoryMap.MemoryDataSource (#6522)
     add 2253a2bbee Updates Thrift to 0.24.0 and changes default server type 
(#6520)
     new dc7d0521b1 Merge branch '2.1'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/src/main/scripts/generate-thrift.sh           |  2 +-
 .../core/clientImpl/thrift/ClientService.java      |  2 +-
 .../core/clientImpl/thrift/ConfigurationType.java  |  2 +-
 .../core/clientImpl/thrift/SecurityErrorCode.java  |  2 +-
 .../core/clientImpl/thrift/TDiskUsage.java         |  2 +-
 .../accumulo/core/clientImpl/thrift/TInfo.java     |  2 +-
 .../clientImpl/thrift/TVersionedProperties.java    |  2 +-
 .../core/clientImpl/thrift/TableOperation.java     |  2 +-
 .../thrift/TableOperationExceptionType.java        |  2 +-
 .../ThriftConcurrentModificationException.java     |  2 +-
 .../thrift/ThriftNotActiveServiceException.java    |  2 +-
 .../ThriftResourceGroupNotExistsException.java     |  2 +-
 .../clientImpl/thrift/ThriftSecurityException.java |  2 +-
 .../thrift/ThriftTableOperationException.java      |  2 +-
 .../core/clientImpl/thrift/ThriftTest.java         |  2 +-
 .../thrift/CompactionCoordinatorService.java       |  2 +-
 .../core/compaction/thrift/CompactorService.java   |  2 +-
 .../core/compaction/thrift/TCompactionState.java   |  2 +-
 .../compaction/thrift/TCompactionStatusUpdate.java |  2 +-
 .../compaction/thrift/TExternalCompaction.java     |  2 +-
 .../compaction/thrift/TExternalCompactionList.java |  2 +-
 .../core/compaction/thrift/TNextCompactionJob.java |  2 +-
 .../thrift/UnknownCompactionIdException.java       |  2 +-
 .../core/dataImpl/thrift/InitialMultiScan.java     |  2 +-
 .../accumulo/core/dataImpl/thrift/InitialScan.java |  2 +-
 .../accumulo/core/dataImpl/thrift/IterInfo.java    |  2 +-
 .../core/dataImpl/thrift/MultiScanResult.java      |  2 +-
 .../accumulo/core/dataImpl/thrift/ScanResult.java  |  2 +-
 .../accumulo/core/dataImpl/thrift/TCMResult.java   |  2 +-
 .../accumulo/core/dataImpl/thrift/TCMStatus.java   |  2 +-
 .../accumulo/core/dataImpl/thrift/TColumn.java     |  2 +-
 .../accumulo/core/dataImpl/thrift/TCondition.java  |  2 +-
 .../core/dataImpl/thrift/TConditionalMutation.java |  2 +-
 .../core/dataImpl/thrift/TConditionalSession.java  |  2 +-
 .../thrift/TConstraintViolationSummary.java        |  2 +-
 .../apache/accumulo/core/dataImpl/thrift/TKey.java |  2 +-
 .../accumulo/core/dataImpl/thrift/TKeyExtent.java  |  2 +-
 .../accumulo/core/dataImpl/thrift/TKeyValue.java   |  2 +-
 .../accumulo/core/dataImpl/thrift/TMutation.java   |  2 +-
 .../accumulo/core/dataImpl/thrift/TRange.java      |  2 +-
 .../accumulo/core/dataImpl/thrift/TRowRange.java   |  2 +-
 .../accumulo/core/dataImpl/thrift/TSummaries.java  |  2 +-
 .../dataImpl/thrift/TSummarizerConfiguration.java  |  2 +-
 .../accumulo/core/dataImpl/thrift/TSummary.java    |  2 +-
 .../core/dataImpl/thrift/TSummaryRequest.java      |  2 +-
 .../core/dataImpl/thrift/UpdateErrors.java         |  2 +-
 .../accumulo/core/gc/thrift/GCMonitorService.java  |  2 +-
 .../apache/accumulo/core/gc/thrift/GCStatus.java   |  2 +-
 .../accumulo/core/gc/thrift/GcCycleStats.java      |  2 +-
 .../accumulo/core/manager/thrift/Compacting.java   |  2 +-
 .../accumulo/core/manager/thrift/FateService.java  |  2 +-
 .../core/manager/thrift/FateWorkerService.java     |  2 +-
 .../core/manager/thrift/ManagerClientService.java  |  2 +-
 .../core/manager/thrift/ManagerGoalState.java      |  2 +-
 .../accumulo/core/manager/thrift/ManagerState.java |  2 +-
 .../core/manager/thrift/RecoveryStatus.java        |  2 +-
 .../accumulo/core/manager/thrift/TEvent.java       |  2 +-
 .../accumulo/core/manager/thrift/TFateId.java      |  2 +-
 .../core/manager/thrift/TFateInstanceType.java     |  2 +-
 .../core/manager/thrift/TFateOperation.java        |  2 +-
 .../core/manager/thrift/TFatePartition.java        |  2 +-
 .../core/manager/thrift/TFatePartitions.java       |  2 +-
 .../core/manager/thrift/TTabletMergeability.java   |  2 +-
 .../accumulo/core/manager/thrift/TableInfo.java    |  2 +-
 .../core/manager/thrift/TabletLoadState.java       |  2 +-
 .../core/manager/thrift/TabletServerStatus.java    |  2 +-
 .../accumulo/core/manager/thrift/TabletSplit.java  |  2 +-
 .../manager/thrift/ThriftPropertyException.java    |  2 +-
 .../core/process/thrift/MetricResponse.java        |  2 +-
 .../accumulo/core/process/thrift/MetricSource.java |  2 +-
 .../core/process/thrift/ServerProcessService.java  |  2 +-
 .../securityImpl/thrift/TAuthenticationKey.java    |  2 +-
 .../thrift/TAuthenticationTokenIdentifier.java     |  2 +-
 .../core/securityImpl/thrift/TCredentials.java     |  2 +-
 .../core/securityImpl/thrift/TDelegationToken.java |  2 +-
 .../thrift/TDelegationTokenConfig.java             |  2 +-
 .../core/tablet/thrift/TUnloadTabletGoal.java      |  2 +-
 .../thrift/TabletManagementClientService.java      |  2 +-
 .../thrift/ConstraintViolationException.java       |  2 +-
 .../core/tabletingest/thrift/DataFileInfo.java     |  2 +-
 .../core/tabletingest/thrift/TDurability.java      |  2 +-
 .../thrift/TabletIngestClientService.java          |  2 +-
 .../core/tabletscan/thrift/ActiveScan.java         |  2 +-
 .../tabletscan/thrift/ScanServerBusyException.java |  2 +-
 .../accumulo/core/tabletscan/thrift/ScanState.java |  2 +-
 .../accumulo/core/tabletscan/thrift/ScanType.java  |  2 +-
 .../thrift/TSampleNotPresentException.java         |  2 +-
 .../tabletscan/thrift/TSamplerConfiguration.java   |  2 +-
 .../tabletscan/thrift/TabletScanClientService.java |  2 +-
 .../tabletscan/thrift/TooManyFilesException.java   |  2 +-
 .../core/tabletserver/thrift/ActionStats.java      |  2 +-
 .../core/tabletserver/thrift/ActiveCompaction.java |  2 +-
 .../core/tabletserver/thrift/InputFile.java        |  2 +-
 .../core/tabletserver/thrift/IteratorConfig.java   |  2 +-
 .../tabletserver/thrift/NoSuchScanIDException.java |  2 +-
 .../thrift/NotServingTabletException.java          |  2 +-
 .../thrift/TCompactionGroupSummary.java            |  2 +-
 .../core/tabletserver/thrift/TCompactionKind.java  |  2 +-
 .../tabletserver/thrift/TCompactionReason.java     |  2 +-
 .../core/tabletserver/thrift/TCompactionStats.java |  2 +-
 .../core/tabletserver/thrift/TCompactionType.java  |  2 +-
 .../thrift/TExternalCompactionJob.java             |  2 +-
 .../core/tabletserver/thrift/TIteratorSetting.java |  2 +-
 .../thrift/TabletServerClientService.java          |  2 +-
 .../core/tabletserver/thrift/TabletStats.java      |  2 +-
 pom.xml                                            | 25 +++++++++++++++++++++-
 .../accumulo/server/rpc/ThriftServerType.java      |  2 +-
 .../accumulo/server/rpc/ThriftServerTypeTest.java  |  2 +-
 .../org/apache/accumulo/tserver/InMemoryMap.java   |  5 +----
 src/build/ci/install-thrift.sh                     |  2 +-
 .../java/org/apache/accumulo/test/rpc/Mocket.java  |  1 +
 .../test/rpc/thrift/SimpleThriftService.java       |  2 +-
 112 files changed, 135 insertions(+), 114 deletions(-)

Reply via email to