You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by gj...@apache.org on 2021/10/11 17:27:21 UTC

[phoenix] branch master updated (1a13c05 -> bc1f0af)

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

gjacoby pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 1a13c05  PHOENIX-6558 Update SpotBugs
     add bc1f0af  PHOENIX-6548: Throw IOException instead of IllegalArgumentException when RS crashes during index rebuilds (#1329)

No new revisions were added by this update.

Summary of changes:
 .../hbase/index/write/IndexWriterUtils.java        | 20 +++++--
 .../org/apache/phoenix/util/ServerUtilTest.java    | 68 ++++++++++++++++++++++
 2 files changed, 84 insertions(+), 4 deletions(-)
 create mode 100644 phoenix-core/src/test/java/org/apache/phoenix/util/ServerUtilTest.java