This is an automated email from the ASF dual-hosted git repository.
bharat pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git.
from 3232fb0 HDDS-5387. ProfileServlet to move the default output location
to an ozone specific directory (#2368)
add 450c375 HDDS-5341. Container report processing is single threaded
(#2338)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hadoop/hdds/scm/ScmConfigKeys.java | 7 ++
.../common/src/main/resources/ozone-default.xml | 8 +++
.../hadoop/hdds/server/events/EventExecutor.java | 5 ++
.../hadoop/hdds/server/events/EventQueue.java | 44 +++++++++----
...dExecutor.java => FixedThreadPoolExecutor.java} | 42 ++++++++----
.../hdds/server/events/SingleThreadExecutor.java | 9 +++
.../hadoop/hdds/server/events/TestEventQueue.java | 62 ++++++++++++++++--
.../hdds/scm/server/StorageContainerManager.java | 74 +++++++++++++---------
8 files changed, 190 insertions(+), 61 deletions(-)
copy
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/server/events/{SingleThreadExecutor.java
=> FixedThreadPoolExecutor.java} (67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]