[teiid-commits] [teiid/teiid] ba87eb: TEIID-4734: Fixes the dangling materializations lo...

Ramesh Reddy rareddy at jboss.org
Mon Feb 13 12:41:22 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/teiid/teiid
  Commit: ba87ebdffec0cb8e2c8f86136e2eac87c527d2eb
      https://github.com/teiid/teiid/commit/ba87ebdffec0cb8e2c8f86136e2eac87c527d2eb
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
    M engine/src/main/java/org/teiid/query/function/FunctionMethods.java
    M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java
    M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql
    M engine/src/test/java/org/teiid/query/metadata/TestMetadataValidator.java
    M jboss-integration/src/main/java/org/teiid/jboss/MaterializationManagementService.java
    A jboss-integration/src/main/java/org/teiid/jboss/NodeTrackerService.java
    M jboss-integration/src/main/java/org/teiid/jboss/TeiidAdd.java
    M jboss-integration/src/main/java/org/teiid/jboss/TeiidServiceNames.java
    M runtime/src/main/java/org/teiid/deployers/VDBRepository.java
    M runtime/src/main/java/org/teiid/runtime/EmbeddedConfiguration.java
    M runtime/src/main/java/org/teiid/runtime/EmbeddedServer.java
    M runtime/src/main/java/org/teiid/runtime/MaterializationManager.java
    A runtime/src/main/java/org/teiid/runtime/NodeTracker.java
    M runtime/src/main/java/org/teiid/runtime/RuntimePlugin.java
    M runtime/src/main/resources/org/teiid/runtime/i18n.properties
    M runtime/src/main/resources/tcp-shared.xml
    M runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java
    M test-integration/common/src/test/java/org/teiid/systemmodel/TestExternalMatViews.java
    M test-integration/common/src/test/java/org/teiid/systemmodel/TestMatViews.java
    M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctionColumns.expected
    M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedureColumns.expected
    M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRDEF.expected
    M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected
    M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE_overflow.expected
    M test-integration/common/src/test/resources/TestODBCSchema/test_PG_CLASS.expected
    M test-integration/common/src/test/resources/TestODBCSchema/test_PG_INDEX.expected
    M test-integration/common/src/test/resources/TestODBCSchema/test_PG_NAMESPACE.expected
    M test-integration/common/src/test/resources/TestODBCSocketTransport/testPgProc.expected
    M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedureColumns.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctionParams.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedureParams.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected
    M test-integration/common/src/test/resources/child-vdb.xml
    M test-integration/common/src/test/resources/parent-vdb.xml

  Log Message:
  -----------
  TEIID-4734: Fixes the dangling materializations loads that were orphaned due to server restarts or node drops (#889)

Thanks @shawkins  for the review and comments.




More information about the teiid-commits mailing list