Skip to content

[WIP][DO-NOT-MERGE] temp diff to investigate missed updates#8037

Closed
nsivabalan wants to merge 3 commits intoapache:masterfrom
nsivabalan:data_compaction_debug
Closed

[WIP][DO-NOT-MERGE] temp diff to investigate missed updates#8037
nsivabalan wants to merge 3 commits intoapache:masterfrom
nsivabalan:data_compaction_debug

Conversation

@nsivabalan
Copy link
Contributor

Change Logs

Describe context and summary for this change. Highlight if any code was copied.

Impact

Describe any public API or user-facing feature change or any performance impact.

Risk level (write none, low medium or high below)

If medium or high, explain what verification was done to mitigate the risks.

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
    ticket number here and follow the instruction to make
    changes to the website.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

return MarkerType.TIMELINE_SERVER_BASED.toString();
} else {
LOG.warn("Embedded timeline server is disabled, fallback to use direct marker type for spark");
if (!HoodieTableMetadata.isMetadataTable(this.writeConfig.getBasePath())) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is unrelated change.

boolean success = writeClient.commit(instantTime, writeStatusRDD, Option.of(checkpointCommitMetadata), commitActionType, Collections.emptyMap());
if (success) {
LOG.info("Commit " + instantTime + " successful!");
LOG.warn("Commit " + instantTime + " successful! " + counter.incrementAndGet());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to print out the number of commits succeeded w/ deltastreamer continuous mode.

String.format("%s should be set to %s", INLINE_COMPACT.key(), cfg.isInlineCompactionEnabled()));
ValidationUtils.checkArgument(config.inlineClusteringEnabled() == clusteringConfig.isInlineClusteringEnabled(),
String.format("%s should be set to %s", INLINE_CLUSTERING.key(), clusteringConfig.isInlineClusteringEnabled()));
//ValidationUtils.checkArgument(config.inlineCompactionEnabled() == cfg.isInlineCompactionEnabled(),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by default inline compaction is not feasible w/ MDT. hence had to remove these conditions

@nsivabalan nsivabalan closed this Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant