You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## [3.13.3] - 2024-10-02
2
+
### Added
3
+
- Metric for monitoring open transports. `<prefix>.open_transports_gauge`
4
+
### Changed
5
+
- Removed RetryingHMSHandler. Retries are done in the client there should be no need to wrap everything in retry logic again.
6
+
1
7
## [3.13.2] - 2024-07-23
2
8
### Fix
3
9
- Add HiveConf cache to `CloseableThriftHiveMetastoreIfaceClientFactory` to prevent threads block. See [#325](https://github.com/ExpediaGroup/waggle-dance/issues/325)
Copy file name to clipboardexpand all lines: waggle-dance-core/src/main/java/com/hotels/bdp/waggledance/server/security/AccessControlHandlerFactory.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright (C) 2016-2019 Expedia, Inc.
2
+
* Copyright (C) 2016-2024 Expedia, Inc.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
<!-- WaggleDance Integration Tests (WD_IT) log (through hive dependencies) via log4j (not log4j2.xml which controls the logging of the started WaggleDanceRunner) -->
0 commit comments